mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-16 18:35:01 -06:00
Update jsl to not warn about module in Gruntfile
Gruntfile uses module keyword which is not known by our JSLint. Adding it into known keywords fix the warning. Related: https://pagure.io/freeipa/issue/7278 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
c48ac2819b
commit
c50092c3b5
@ -120,6 +120,7 @@
|
||||
+define jQuery
|
||||
+define define
|
||||
+define require
|
||||
+define module #used in Gruntfile
|
||||
+define ipa_loader
|
||||
|
||||
### Files
|
||||
@ -140,4 +141,4 @@
|
||||
+process src/freeipa/plugins/*.js
|
||||
+process src/freeipa/widgets/*.js
|
||||
+process src/*.js
|
||||
+process ./*.js
|
||||
+process ./*.js
|
||||
|
Loading…
Reference in New Issue
Block a user