[Time Conductor] Made corrections to Time API documentation. Added a key field to the NumberFormat so that it can be used with the new format registration mechanism

This commit is contained in:
Henry
2017-05-01 11:27:00 -07:00
parent 0981e99256
commit 37c9c6dfaf
2 changed files with 127 additions and 66 deletions

View File

@@ -31,6 +31,7 @@ define([], function () {
* @memberof platform/commonUI/formats
*/
function NumberFormat() {
this.key = 'number';
}
NumberFormat.prototype.format = function (value) {