Support deltaFormat on timeSystems

This commit is contained in:
Henry
2016-08-03 17:40:37 -07:00
parent 900752208f
commit f844495cc1
9 changed files with 100 additions and 8 deletions

View File

@ -56,6 +56,10 @@ define([
return this._formats;
};
LocalTimeSystem.prototype.deltaFormat = function () {
return 'duration';
};
LocalTimeSystem.prototype.tickSources = function () {
return this._tickSources;
};