[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:
@@ -62,8 +62,8 @@ define(
|
||||
});
|
||||
mockActionCapability.getActions.andCallFake(function (k) {
|
||||
return [{
|
||||
'warp.timer.start': mockStart,
|
||||
'warp.timer.restart': mockRestart
|
||||
'timer.start': mockStart,
|
||||
'timer.restart': mockRestart
|
||||
}[k]];
|
||||
});
|
||||
mockStart.getMetadata.andReturn({ glyph: "S", name: "Start" });
|
||||
|
||||
Reference in New Issue
Block a user