Add empty 'module' declarations for chrome-devtools

Like: `var SDK = {}`.

These are normally generated by the Chrome dev tools build; adding them
gets rid of more than 10,000 errors
This commit is contained in:
Nathan Shively-Sanders 2017-11-27 15:21:38 -08:00
parent d338ecd6d0
commit 3a74147153

View file

@ -0,0 +1,10 @@
var Common = {};
var UI = {};
var SDK = {};
var ConsoleModel = {};
var MobileThrottling = {};
var Main = {};
var TimelineModel = {};
var Accessibility = {};
var Protocol = {};
var Workspace = {};