Externs.
This commit is contained in:
parent
330433a45c
commit
1d53d547b8
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
var Object = {};
|
||||||
|
Object.keys = function (object) {};
|
||||||
|
Object.__proto__ = {};
|
||||||
|
Object.hasOwnProperty = function () {};
|
||||||
|
var Array = {};
|
||||||
|
Array.length = 0;
|
||||||
|
Array.isArray = function () {};
|
||||||
|
|
||||||
var SqliteStatic = {};
|
var SqliteStatic = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue