From d49cf9ee614f1d42ae06468e43e4214ad2fca9df Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 14 Jan 2011 12:16:25 -0500 Subject: lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and see that there are no error messages. --- install/static/ipa.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'install/static/ipa.js') diff --git a/install/static/ipa.js b/install/static/ipa.js index ed43d550..6600328f 100644 --- a/install/static/ipa.js +++ b/install/static/ipa.js @@ -1,5 +1,7 @@ /* Authors: * Pavel Zuna + * Adam Young + * Endi Dewata * * Copyright (C) 2010 Red Hat * see file 'COPYING' for use and warranty information @@ -201,7 +203,8 @@ IPA.command = function (spec) { }; return that; -} +}; + IPA.batch_command = function (spec) { spec = spec || {}; @@ -270,7 +273,7 @@ IPA.batch_command = function (spec) { }; return that; -} +}; /* call an IPA command over JSON-RPC * arguments: @@ -434,7 +437,7 @@ IPA.cmd = function (name, args, options, win_callback, fail_callback, objname, c $.ajax(request); return (id); -} +}; /* helper function used to retrieve information about an attribute */ @@ -457,7 +460,7 @@ IPA.get_param_info = function(obj_name, attr) } return (null); -} +}; /* helper function used to retrieve attr name with members of type `member` */ IPA.get_member_attribute = function (obj_name, member) @@ -476,10 +479,11 @@ IPA.get_member_attribute = function (obj_name, member) } } return null; + } IPA.create_network_spinner = function(){ return $('',{ 'class':'network-activity-indicator', html: ''}); -} +}; -- cgit