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/add.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/static/add.js') diff --git a/install/static/add.js b/install/static/add.js index fd3f6055..69e0ad79 100644 --- a/install/static/add.js +++ b/install/static/add.js @@ -1,3 +1,5 @@ +/*jsl:import ipa.js */ + /* Authors: * Pavel Zuna * Endi Sukma Dewata @@ -115,5 +117,5 @@ IPA.add_dialog = function (spec) { that.add_dialog_init = that.init; return that; -} +}; -- cgit