penguin/AstroJS

Javascript framework for my blog

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

raw ยท 362 bytes

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

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

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