AstroJS/botanjs/src/externs/Components.Vim.State.History.js
2016-04-02 18:35:12 +08:00

10 lines
237 B
JavaScript

/** @constructor */
Components.Vim.State.History = function(){};
/** @type Function */
Components.Vim.State.History.push;
/** @type Function */
Components.Vim.State.History.prev;
/** @type Function */
Components.Vim.State.History.next;