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/hbacsvc.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'install/static/hbacsvc.js') diff --git a/install/static/hbacsvc.js b/install/static/hbacsvc.js index b8340dc4..eacdf868 100644 --- a/install/static/hbacsvc.js +++ b/install/static/hbacsvc.js @@ -1,3 +1,5 @@ +/*jsl:import ipa.js */ + /* Authors: * Endi Sukma Dewata * @@ -51,10 +53,12 @@ IPA.hbacsvc = function () { }; return that; -} +}; + IPA.add_entity(IPA.hbacsvc()); + IPA.hbacsvc_add_dialog = function (spec) { spec = spec || {}; @@ -70,7 +74,8 @@ IPA.hbacsvc_add_dialog = function (spec) { }; return that; -} +}; + IPA.hbacsvc_search_facet = function (spec) { @@ -87,7 +92,7 @@ IPA.hbacsvc_search_facet = function (spec) { }; return that; -} +}; IPA.hbacsvc_details_facet = function (spec) { @@ -111,4 +116,4 @@ IPA.hbacsvc_details_facet = function (spec) { }; return that; -} \ No newline at end of file +}; \ No newline at end of file -- cgit