Skip to content

Commit

Permalink
bug fix bang590#12
Browse files Browse the repository at this point in the history
  • Loading branch information
bang590 committed May 28, 2015
1 parent cab7172 commit bfcb1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSPatch/JSPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var global = this
global.self = args[0]
args.splice(0,1)
var ret = _formatJSToOC(originMethod.apply(originMethod, args))
global.self = global.self
global.self = lastSelf

return ret
}]
Expand Down

0 comments on commit bfcb1e5

Please sign in to comment.