updated backbone, marionette, sugar, underscore, modelbinder, bootstrap.switch

This commit is contained in:
Keivan Beigi 2013-04-18 16:14:08 -07:00
commit 549b497770
16 changed files with 4336 additions and 3747 deletions

View file

@ -17,7 +17,7 @@ Marionette.TemplateCache.get = function (templateId) {
return templateFunction(data);
}
catch (error) {
console.error('template render failed for ' + templateKey + ' ' + error.message);
console.error('template render failed for ' + templateKey + ' ' + error);
console.error(data);
}
};