Fix missing bracket

This commit is contained in:
Nathan Gray 2014-01-09 16:53:42 +00:00
parent 3fdb024ff2
commit f1558bcffb

View File

@ -207,6 +207,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
console.timeline(_name);
}
if(console.profile)
{
console.profile(_name);
}
var start_time = (new Date).getTime();