diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-12 14:47:29 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2011-01-12 21:47:05 -0500 |
commit | b79bf4ab1757eb08f7209f158f1f3a386ace8c96 (patch) | |
tree | 53ae8597469de4481d35a36e29172fa2cd4cf17d /install/static/webui.js | |
parent | 4da9228fb2ac34adab8eb1884ae414236adb84fa (diff) | |
download | freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.gz freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.xz freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.zip |
javascript lint cleanup
Diffstat (limited to 'install/static/webui.js')
-rw-r--r-- | install/static/webui.js | 5 |
1 files changed, 3 insertions, 2 deletions
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) */ |