Migrate old externs 9/x

This commit is contained in:
2026-06-17 20:48:46 +08:00
parent 00fe7ca3bb
commit 01d4eb09a6
66 changed files with 708 additions and 420 deletions
@@ -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();