From b79bf4ab1757eb08f7209f158f1f3a386ace8c96 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 12 Jan 2011 14:47:29 -0500 Subject: javascript lint cleanup --- install/static/webui.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 964c8cf7..e5e5f57e 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -94,8 +94,9 @@ IPA.tab_state = function(entity_name){ } } } -} - + /*should never reach here*/ + return null; +}; /* main (document onready event handler) */ -- cgit