Add WebInspector as global

This commit is contained in:
Kevin Sawicki 2016-06-29 09:37:00 -07:00
parent 9922261f9e
commit 4afa32a7bb

View file

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