Skip to content

Instantly share code, notes, and snippets.

@juggy
Created October 13, 2011 17:11
Show Gist options
  • Save juggy/1284828 to your computer and use it in GitHub Desktop.
Save juggy/1284828 to your computer and use it in GitHub Desktop.
I have:
Skepic.DashPlot = Backbone.View.extend
...
But want (dash_plot is a precreated object):
((dash_plot)->
dash_plot.extend Backbone.View,
...
)(Skepic.module("dashboard/views/dashplot"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment