jslint cleanup

This commit is contained in:
Adam Young 2011-01-17 10:10:00 -05:00 committed by Endi S. Dewata
parent 25cfddcbe1
commit 2b50853492
4 changed files with 5 additions and 4 deletions

View File

@ -480,7 +480,8 @@ IPA.get_member_attribute = function (obj_name, member)
}
return null;
}
};
IPA.create_network_spinner = function(){
return $('<span />',{

View File

@ -44,7 +44,7 @@ IPA.sudocmd = function () {
that.add_facet(facet);
facet = IPA.sudocmd_details_facet({
'name': 'details',
'name': 'details'
});
that.add_facet(facet);

View File

@ -50,7 +50,7 @@ IPA.sudocmdgroup = function () {
that.add_facet(facet);
facet = IPA.sudocmdgroup_details_facet({
'name': 'details',
'name': 'details'
});
that.add_facet(facet);

View File

@ -44,7 +44,7 @@ IPA.sudorule = function () {
that.add_facet(facet);
facet = IPA.sudorule_details_facet({
'name': 'details',
'name': 'details'
});
that.add_facet(facet);