Merge pull request #4391 from VSEphpbb/ticket/14720

[ticket/14720] Add "phpbb" as allowed global to jshintrc
This commit is contained in:
Marc Alexander 2016-07-24 19:15:48 +02:00
commit 941be83395

View file

@ -19,6 +19,7 @@
"jquery": true, "jquery": true,
"globals": { "globals": {
"JSON": true "JSON": true,
"phpbb": true
} }
} }