mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
going back to == undefined instead of == null to appease the angry JSLint.
This commit is contained in:
@@ -236,7 +236,7 @@ statement ReturnNode, true
|
||||
ValueNode: exports.ValueNode: inherit Node, {
|
||||
type: 'Value'
|
||||
|
||||
SOAK: " == null ? undefined : "
|
||||
SOAK: " == undefined ? undefined : "
|
||||
|
||||
constructor: (base, properties) ->
|
||||
@children: flatten [@base: base, @properties: (properties or [])]
|
||||
|
||||
Reference in New Issue
Block a user