penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Components.Vim.State.Recorder.js

raw ยท 412 bytes

/** @constructor */
Components.Vim.State.Recorder = function(){};

/** @type Function */
Components.Vim.State.Recorder.prototype.undo;
/** @type Function */
Components.Vim.State.Recorder.prototype.redo;
/** @type Function */
Components.Vim.State.Recorder.prototype.record;
/** @type Function */
Components.Vim.State.Recorder.prototype.save;

/** @type Boolean */
Components.Vim.State.Recorder.prototype.changed;