forked from Botanical/BotanJS
Migrate old externs 9/x
This commit is contained in:
@@ -122,7 +122,11 @@
|
||||
return out;
|
||||
};
|
||||
|
||||
/** @type {Components.Vim.IAction} */
|
||||
/**
|
||||
* @constructor
|
||||
* @implements {Components.Vim.IAction}
|
||||
* @param {Components.Vim.Cursor} Cursor
|
||||
*/
|
||||
var EDITOR_COMMAND = function( Cursor )
|
||||
{
|
||||
/** @type {Components.Vim.Cursor} */
|
||||
@@ -136,6 +140,8 @@
|
||||
this.__cursor.unsuppressEvent();
|
||||
};
|
||||
|
||||
EDITOR_COMMAND.prototype.allowMovement = false;
|
||||
|
||||
EDITOR_COMMAND.prototype.handler = function( e, p )
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user