forked from Botanical/BotanJS
Migrate old externs 9/x
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
/** @constructor */
|
||||
Components.Vim.DateTime = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.RelativeTime;
|
||||
/**
|
||||
* @param {Date} given
|
||||
* @return {string}
|
||||
*/
|
||||
Components.Vim.DateTime.RelativeTime = function(given){};
|
||||
/** @type Function */
|
||||
Components.Vim.DateTime.String;
|
||||
|
||||
Reference in New Issue
Block a user