forked from Botanical/BotanJS
Migrate old externs 4/x
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** @constructor */
|
||||
Dandelion.Window = function() {};
|
||||
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.scrollTop;
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.scrollLeft;
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.scrollWidth;
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.scrollHeight;
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.clientWidth;
|
||||
/** @type {number} */
|
||||
Dandelion.Window.prototype.clientHeight;
|
||||
Reference in New Issue
Block a user