Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Created April 11, 2015 14:15
Show Gist options
  • Save mcjwsk/3ed5089f4dfbad2dac0e to your computer and use it in GitHub Desktop.
Save mcjwsk/3ed5089f4dfbad2dac0e to your computer and use it in GitHub Desktop.
AdminOrder.prototype.loadArea = AdminOrder.prototype.loadArea.wrap(
function(callOriginal, area, indicator, params) {
area.push('test-darka');
callOriginal(area, indicator, params);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment