fixed autobinder on re-render

This commit is contained in:
kay.one 2013-06-01 10:38:21 -07:00
commit 1613643307
3 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@ Marionette.TemplateCache.get = function (templateId) {
catch (error) {
console.error('template render failed for ' + templateKey + ' ' + error);
console.error(data);
throw error;
}
};
};
};