Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created July 30, 2014 15:43

Revisions

  1. jmertic created this gist Jul 30, 2014.
    7 changes: 7 additions & 0 deletions pm-record-logic.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    initialize: function(options) {

    this._super("initialize", arguments);

    this.context.on('button:pm_record_reports:click', this.pmRecordReports, this);

    },