move the underscore tempaltes to /static/client-templates and update the references

This commit is contained in:
Chris Dodge
2012-12-10 10:01:08 -05:00
parent 457b4aa645
commit 79e48dde97
6 changed files with 4 additions and 4 deletions

View File

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