10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
/** @constructor */
|
|
Components.Vim.State.Stack = function(){};
|
|
|
|
/** @type Function */
|
|
Components.Vim.State.Stack.play;
|
|
/** @type Function */
|
|
Components.Vim.State.Stack.store;
|
|
/** @type Function */
|
|
Components.Vim.State.Stack.time;
|