Small style fix.

This commit is contained in:
Elf M. Sternberg 2012-05-03 17:16:48 -07:00
parent 18326425fd
commit c74498686e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ exports.ReParse = class ReParse
# Execute a production, which could be a function or a RegExp.
produce: (method) =>
val = if (method instanceof RegExp) then @match(method) else method.call(this)
val = if (method instanceof RegExp) then @match(method) else method.call(@)
@skipWS() if @ignorews
val