forked from Botanical/BotanJS
Migrate old externs 9/x
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
Components.Vim.State.Recorder = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.undo;
|
||||
Components.Vim.State.Recorder.prototype.undo;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.redo;
|
||||
Components.Vim.State.Recorder.prototype.redo;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.record;
|
||||
Components.Vim.State.Recorder.prototype.record;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Recorder.save;
|
||||
Components.Vim.State.Recorder.prototype.save;
|
||||
|
||||
/** @type Boolean */
|
||||
Components.Vim.State.Recorder.changed;
|
||||
Components.Vim.State.Recorder.prototype.changed;
|
||||
|
||||
Reference in New Issue
Block a user