botanjs/src/externs/Components.Vim.State.History.js
raw ยท 367 bytes
/**
* @constructor
* @param {string} zone
*/
Components.Vim.State.History = function(zone){};
/** @type Function */
Components.Vim.State.History.prototype.push;
/** @type Function */
Components.Vim.State.History.prototype.prev;
/** @type Function */
Components.Vim.State.History.prototype.next;
/** @type Function */
Components.Vim.State.History.prototype.reset;