forked from Botanical/BotanJS
Migrate old externs 5/x
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
/** @constructor
|
||||
* @extends {EventDispatcher}
|
||||
* @param {Element} stage
|
||||
* @param {boolean} detectScreenSize
|
||||
*/
|
||||
Components.Vim.VimArea = function(){};
|
||||
Components.Vim.VimArea = function(stage, detectScreenSize){};
|
||||
|
||||
/** @type {Components.Vim.LineFeeder} */
|
||||
Components.Vim.VimArea.contentFeeder;
|
||||
|
||||
Reference in New Issue
Block a user