up the template caching version number to avoid stale caches since there's been a change to the underscore templates

This commit is contained in:
Chris Dodge
2012-12-13 09:22:01 -05:00
parent e75f63e957
commit fc8281d517

View File

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