forked from Botanical/BotanJS
Migrate old externs 9/x
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
Components.Vim.State.Marks = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.State.Marks.set;
|
||||
Components.Vim.State.Marks.prototype.set;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Marks.get;
|
||||
Components.Vim.State.Marks.prototype.get;
|
||||
|
||||
/** @type String */
|
||||
/** @type {string} */
|
||||
Components.Vim.State.Marks.Keys;
|
||||
|
||||
Reference in New Issue
Block a user