summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 15:29:18 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 15:29:18 +0100
commitb6e2211c2493b426243e38b83e630a95a75e50f2 (patch)
tree8d04a5cc92a5a62097c9472493c294e8c935a68d /js/.jshintrc
parentcd04e2768b6f3ae5d4b921d713e3414ecd14724f (diff)
automatically register content handler for feeds in firefox
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 2ad2ea6e6..7835a8760 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -46,6 +46,7 @@
"enumerate": true,
"News": true,
"t": true,
- "url": true
+ "url": true,
+ "navigator": true
}
}