started consolidating editor functions

This commit is contained in:
Tom Giannattasio
2012-11-27 12:47:01 -05:00
parent 5dd90aa9cb
commit 335c6949f8
4 changed files with 52 additions and 22 deletions

View File

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