1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-16 21:58:17 +01:00

[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,
"globals": {
"JSON": true
"JSON": true,
"phpbb": true
}
}