VA_REC impl
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user