Created
July 16, 2012 16:03
-
-
Save Johnathan/3123514 to your computer and use it in GitHub Desktop.
Revisions
-
Johnathan created this gist
Jul 16, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ define [ "jquery", "underscore", "backbone", "vm", "text!templates/plan/sidebar.html", "handlebars", "views/plan/plan", "views/plan/tasks" ], ($, _, Backbone, Vm, sidebarTemplate, Handlebars, planView, taskView) -> class SidebarView extends Backbone.View initialize: (options) => @options = options @plan_model = options.plan_model @planView = new planView( options )