add some permissions asserting

This commit is contained in:
Chris Dodge
2012-12-14 16:26:15 -05:00
parent 795b38f0fb
commit ab9b208605
3 changed files with 31 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
if (typeof window.templateLoader == 'function') return;
var templateLoader = {
templateVersion: "0.0.11",
templateVersion: "0.0.12",
templates: {},
loadRemoteTemplate: function(templateName, filename, callback) {
if (!this.templates[templateName]) {