Browse Source

Add WebInspector as global

Kevin Sawicki 8 years ago
parent
commit
4afa32a7bb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      spec/package.json

+ 2 - 1
spec/package.json

@@ -27,7 +27,8 @@
       "serviceworker": true
     },
     "globals": [
-      "WebView"
+      "WebView",
+      "WebInspector"
     ]
   }
 }