Merge branch 'master' into open-623

This commit is contained in:
DJ Johnson
2017-04-29 17:10:27 -05:00
committed by GitHub
1011 changed files with 7691 additions and 4905 deletions

View File

@ -91,6 +91,7 @@ define(
'timer.stop': mockStop
}[k]];
});
mockStart.getMetadata.andReturn({cssclass: "icon-play", name: "Start"});
mockPause.getMetadata.andReturn({cssclass: "icon-pause", name: "Pause"});
mockStop.getMetadata.andReturn({cssclass: "icon-box", name: "Stop"});