This commit is contained in:
Brendan Dahl 2014-12-17 14:22:49 -08:00
Родитель e45fe32060
Коммит 5196bfdf04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@
}
this.levelName = levelName;
this.ctx = typeof $ !== "undefined" ? $.ctx : null;
this.ctx = $ ? $.ctx : null;
this.logLevel = LOG_LEVELS[levelName];
this.args = args;
this.time = performance.now() - startTime;