diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-14 12:16:25 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-15 03:35:42 +0000 |
commit | d49cf9ee614f1d42ae06468e43e4214ad2fca9df (patch) | |
tree | 04adf3c4a97a533bab04dd3eee8ec8fd82f14909 /install/static/policy.js | |
parent | bd965c92d829f9d88f4e29f37890c9beffbd716d (diff) | |
download | freeipa.git-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.gz freeipa.git-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.xz freeipa.git-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/policy.js')
-rw-r--r-- | install/static/policy.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install/static/policy.js b/install/static/policy.js index f8d8a963..7984a2e5 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -1,3 +1,6 @@ +/*jsl:import ipa.js */ +/*jsl:import search.js */ + /* Authors: * Adam Young <ayoung@redhat.com> * @@ -185,7 +188,6 @@ IPA.records_facet = function (spec){ } - function delete_records(records_table){ var zone = $.bbq.getState('dnszone-pkey', true); @@ -483,7 +485,7 @@ IPA.records_facet = function (spec){ that.refresh = refresh; return that; -} +}; /**Automount*/ |