Small style fix.
This commit is contained in:
parent
18326425fd
commit
c74498686e
|
@ -44,7 +44,7 @@ exports.ReParse = class ReParse
|
||||||
# Execute a production, which could be a function or a RegExp.
|
# Execute a production, which could be a function or a RegExp.
|
||||||
|
|
||||||
produce: (method) =>
|
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
|
@skipWS() if @ignorews
|
||||||
val
|
val
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue