[ticket/14720] Add "phpbb" as allowed global to jshintrc

PHPBB3-14720
This commit is contained in:
Matt Friedman 2016-07-23 12:12:37 -07:00
parent ef91c6abed
commit 43e0283fb1

View file

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