summaryrefslogtreecommitdiffstats
path: root/install/static/user.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-14 12:16:25 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-15 03:35:42 +0000
commitd49cf9ee614f1d42ae06468e43e4214ad2fca9df (patch)
tree04adf3c4a97a533bab04dd3eee8ec8fd82f14909 /install/static/user.js
parentbd965c92d829f9d88f4e29f37890c9beffbd716d (diff)
downloadfreeipa-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.gz
freeipa-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.xz
freeipa-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.zip
lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and see that there are no error messages.
Diffstat (limited to 'install/static/user.js')
-rw-r--r--install/static/user.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 58304d365..d8c493db4 100644
--- a/install/static/user.js
+++ b/install/static/user.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Pavel Zuna <pzuna@redhat.com>
*
@@ -117,7 +119,9 @@ IPA.user = function (){
return that;
}
return that;
-}
+};
+
+
IPA.add_entity(IPA.user());
/* ATTRIBUTE CALLBACKS */