aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 90d3bb613e..c1efecd573 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -19,6 +19,7 @@
"jquery": true,
"globals": {
- "JSON": true
+ "JSON": true,
+ "phpbb": true
}
}