summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-17 10:10:00 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-18 01:46:47 -0500
commit2b5085349211890497cc63de0d6ff1064dc084ea (patch)
tree72d61a18804f8f03ec00a4c909509cae7cbde208 /install
parent25cfddcbe15932a2b6433e6e868085c3e7b6ef52 (diff)
downloadfreeipa-2b5085349211890497cc63de0d6ff1064dc084ea.tar.gz
freeipa-2b5085349211890497cc63de0d6ff1064dc084ea.tar.xz
freeipa-2b5085349211890497cc63de0d6ff1064dc084ea.zip
jslint cleanup
Diffstat (limited to 'install')
-rw-r--r--install/static/ipa.js3
-rw-r--r--install/static/sudocmd.js2
-rw-r--r--install/static/sudocmdgroup.js2
-rw-r--r--install/static/sudorule.js2
4 files changed, 5 insertions, 4 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js
index 6600328f6..48c116a8c 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 />',{
diff --git a/install/static/sudocmd.js b/install/static/sudocmd.js
index ecc71a75d..e398ae8fa 100644
--- a/install/static/sudocmd.js
+++ b/install/static/sudocmd.js
@@ -44,7 +44,7 @@ IPA.sudocmd = function () {
that.add_facet(facet);
facet = IPA.sudocmd_details_facet({
- 'name': 'details',
+ 'name': 'details'
});
that.add_facet(facet);
diff --git a/install/static/sudocmdgroup.js b/install/static/sudocmdgroup.js
index 21a60d39b..6cb2b83dc 100644
--- a/install/static/sudocmdgroup.js
+++ b/install/static/sudocmdgroup.js
@@ -50,7 +50,7 @@ IPA.sudocmdgroup = function () {
that.add_facet(facet);
facet = IPA.sudocmdgroup_details_facet({
- 'name': 'details',
+ 'name': 'details'
});
that.add_facet(facet);
diff --git a/install/static/sudorule.js b/install/static/sudorule.js
index a7774337d..94f3247b2 100644
--- a/install/static/sudorule.js
+++ b/install/static/sudorule.js
@@ -44,7 +44,7 @@ IPA.sudorule = function () {
that.add_facet(facet);
facet = IPA.sudorule_details_facet({
- 'name': 'details',
+ 'name': 'details'
});
that.add_facet(facet);