VA_REC impl

This commit is contained in:
2017-01-28 12:18:19 +08:00
parent d6a27ca87e
commit a847510f49
6 changed files with 195 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
/** @constructor */
/** @constructor
* @extends {EventDispatcher}
*/
Components.Vim.VimArea = function(){};
/** @type {Components.Vim.LineFeeder} */
@@ -10,6 +12,9 @@ Components.Vim.VimArea.statusFeeder;
/** @type {Components.Vim.StatusBar} */
Components.Vim.VimArea.statusBar;
/** @type Function */
Components.Vim.VimArea.demo;
/** @type Number */
Components.Vim.VimArea.index;
/** @type Number */