Skip to content

Instantly share code, notes, and snippets.

@isaiahdw
Created November 30, 2011 03:38
Show Gist options
  • Save isaiahdw/1407895 to your computer and use it in GitHub Desktop.
Save isaiahdw/1407895 to your computer and use it in GitHub Desktop.
define([
'backbone',
'mustache',
'text!templates/optimization/index.mustache',
'views/optimization/sidebar'
], function (Backbone, Mustache, Template, Sidebar) {
return Backbone.View.extend({
el: $("#page_optimization"),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment