Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created July 30, 2014 15:43
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 jmertic/d6000907492116b2c0c2 to your computer and use it in GitHub Desktop.
Save jmertic/d6000907492116b2c0c2 to your computer and use it in GitHub Desktop.
pm-record-logic.js for this blog post http://wp.me/p419c4-2SB
initialize: function(options) {
this._super("initialize", arguments);
this.context.on('button:pm_record_reports:click', this.pmRecordReports, this);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment