diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-17 10:10:00 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-01-18 01:46:47 -0500 |
commit | 2b5085349211890497cc63de0d6ff1064dc084ea (patch) | |
tree | 72d61a18804f8f03ec00a4c909509cae7cbde208 /install/static/ipa.js | |
parent | 25cfddcbe15932a2b6433e6e868085c3e7b6ef52 (diff) | |
download | freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.tar.gz freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.tar.xz freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.zip |
jslint cleanup
Diffstat (limited to 'install/static/ipa.js')
-rw-r--r-- | install/static/ipa.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js index 6600328f..48c116a8 100644 --- a/install/static/ipa.js +++ b/install/static/ipa.js @@ -480,7 +480,8 @@ IPA.get_member_attribute = function (obj_name, member) } return null; -} +}; + IPA.create_network_spinner = function(){ return $('<span />',{ |