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/group.js | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index aef5ca00..30e29e3d 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -1,3 +1,5 @@ +/*jsl:import ipa.js */ + /* Authors: * Pavel Zuna * @@ -68,10 +70,12 @@ IPA.group = function () { }; return that; -} +}; + IPA.add_entity(IPA.group()); + IPA.group_add_dialog = function (spec) { spec = spec || {}; @@ -94,7 +98,8 @@ IPA.group_add_dialog = function (spec) { }; return that; -} +}; + IPA.group_search_facet = function (spec) { @@ -110,7 +115,8 @@ IPA.group_search_facet = function (spec) { }; return that; -} +}; + IPA.group_details_facet = function (spec) { @@ -134,7 +140,8 @@ IPA.group_details_facet = function (spec) { }; return that; -} +}; + IPA.group_member_user_facet = function (spec) { @@ -192,4 +199,4 @@ IPA.group_member_user_facet = function (spec) { }; return that; -} +}; -- cgit