Last active
January 4, 2016 07:08
-
-
Save jasonsturges/8586096 to your computer and use it in GitHub Desktop.
JavaScript Backbone inheritance super method, Adobe DPS
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
ADOBE.LibraryView = ADOBE.AppView.extend({ | |
initialize: function (isAPIAvailable, isOnline) { | |
ADOBE.LibraryView.__super__.initialize.apply(this, arguments); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment