mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
no-op.
This commit is contained in:
parent
2fb269a938
commit
edd0c5af5a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ exports.Scope = class Scope
|
|||
|
||||
# Gets the type of a variable.
|
||||
type: (name) ->
|
||||
for v in @variables when v.name is name then return v.type
|
||||
return v.type for v in @variables when v.name is name
|
||||
null
|
||||
|
||||
# If we need to store an intermediate result, find an available name for a
|
||||
|
|
Loading…
Add table
Reference in a new issue