[Clocks] Add license, change keys

Un-namespace keys in clock plugin, and add licensing
info for moment-duration-format. WTD-1239
This commit is contained in:
Victor Woeltjen
2015-09-14 16:52:56 -07:00
parent c932e953bc
commit 96f72b3765
7 changed files with 59 additions and 24 deletions

View File

@ -49,7 +49,7 @@ define(
formatKey = model.timerFormat,
actionCapability = domainObject.getCapability('action'),
actionKey = (timestamp === undefined) ?
'warp.timer.start' : 'warp.timer.restart';
'timer.start' : 'timer.restart';
updateFormat(formatKey);
updateTimestamp(timestamp);