Created
April 11, 2015 14:15
-
-
Save mcjwsk/3ed5089f4dfbad2dac0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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