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/user.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install/static/user.js') diff --git a/install/static/user.js b/install/static/user.js index 58304d36..d8c493db 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -1,3 +1,5 @@ +/*jsl:import ipa.js */ + /* Authors: * Pavel Zuna * @@ -117,7 +119,9 @@ IPA.user = function (){ return that; } return that; -} +}; + + IPA.add_entity(IPA.user()); /* ATTRIBUTE CALLBACKS */ -- cgit