switch back to handling data obj as array (#4034)

master
Zaahir Moolla 2017-03-24 09:39:51 -04:00 committed by GitHub
parent c94e096e9c
commit bc584ea6f5
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ DDH.timer.build = function(ops) {
hasShown = true;
var lastUpdate = new Date().getTime(),
enteredTime = parseInt(ops.data.time),
enteredTime = parseInt(ops.data[0].time),
$dom = DDH.getDOM('timer'),
oldTitle = document.title;