rootfolder is linked to add series.

This commit is contained in:
kay.one 2013-01-26 18:14:42 -08:00
commit 1024e0f83d
10 changed files with 102 additions and 52 deletions

View file

@ -1,4 +1,6 @@
_.extend(Marionette.TemplateCache.prototype, {
/// <reference path="handlebars.js" />
_.extend(Marionette.TemplateCache.prototype, {
loadTemplate: function (templateId) {
@ -24,9 +26,9 @@
}
});
_.extend(Marionette.TemplateCache.prototype, {
_.extend(Marionette.View.prototype, {
compileTemplate: function (rawTemplate) {
return Handlebars.compile(rawTemplate);
}
});