Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created September 20, 2014 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eggsurplus/ab0fc167a13e243e39d7 to your computer and use it in GitHub Desktop.
Save eggsurplus/ab0fc167a13e243e39d7 to your computer and use it in GitHub Desktop.
wiki-profileactions.js
({
extendsFrom: 'ProfileactionsView',
initialize: function(options) {
this._super('initialize', [options]);
},
setCurrentUserData: function() {
app.view.invokeParent(this, {type: 'view', name: 'profileactions', method: 'setCurrentUserData'});
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment