From 740819204f7abf92cbfdd426063e3bc162f74b7d Mon Sep 17 00:00:00 2001 From: Alexis Tyler <xo@wvvw.me> Date: Tue, 17 Nov 2015 13:21:53 +1030 Subject: [PATCH] add window to globals --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 7ec9ec8b6..d7a56347f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -28,6 +28,7 @@ "_": true, "bootbox": true, "PNotify": true, - "anonURL": true + "anonURL": true, + "window": true } } -- GitLab