AstroJS/botanjs/src/externs/Components.Vim.State.History.js

10 lines
237 B
JavaScript
Raw Normal View History

2016-04-02 10:35:12 +00:00
/** @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;