Skip to content

Instantly share code, notes, and snippets.

@jasonsturges
Last active January 4, 2016 07:08
Show Gist options
  • Save jasonsturges/8586096 to your computer and use it in GitHub Desktop.
Save jasonsturges/8586096 to your computer and use it in GitHub Desktop.
JavaScript Backbone inheritance super method, Adobe DPS
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