Some sort of UNDO / REDO ( not functional yet )
This commit is contained in:
7
botanjs/src/externs/Components.Vim.DateTime.js
Normal file
7
botanjs/src/externs/Components.Vim.DateTime.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @constructor */
|
||||
Components.Vim.DateTime = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.RelativeTime;
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.String;
|
@@ -5,3 +5,5 @@ Components.Vim.State.Stack = function(){};
|
||||
Components.Vim.State.Stack.play;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Stack.store;
|
||||
/** @type Function */
|
||||
Components.Vim.State.Stack.time;
|
||||
|
Reference in New Issue
Block a user