Fix challenge ga time completion

pull/5169/head
Berkeley Martinez 2015-12-13 01:06:33 -08:00
parent 6d911a70cd
commit 154ae0e489
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ window.common = (function(global) {
} = global;
common.showCompletion = function showCompletion() {
var time = Math.floor(Date.now() - window.started);
var time = Math.floor(Date.now() - common.started);
ga(
'send',