Created
October 13, 2011 17:11
-
-
Save juggy/1284828 to your computer and use it in GitHub Desktop.
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 characters
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