Model driven indexer settings

This commit is contained in:
Mark McDowall 2013-04-30 17:01:54 -07:00
commit 9d5cb6f3e0
14 changed files with 576 additions and 17 deletions

View file

@ -4,7 +4,7 @@ Marionette.TemplateCache.get = function (templateId) {
var templateKey = templateId.toLowerCase();
var templateFunction = window.Templates[templateKey.toLowerCase()];
var templateFunction = window.Templates[templateKey];
if (!templateFunction) {
throw 'couldn\'t find pre-compiled template ' + templateKey;