resolved some todo that's been in there for many months

This commit is contained in:
psychobunny
2013-12-30 17:11:59 -05:00
parent 6dcd06b63c
commit 69e0aa338d
2 changed files with 10 additions and 12 deletions

View File

@@ -78,7 +78,9 @@
global.templates[file] = new template;
loaded--;
if (loaded == 0) templates.ready();
if (loaded === 0) {
templates.ready();
}
});
}(templatesToLoad[t]));
}