more docs

This commit is contained in:
Jeremy Ashkenas
2010-01-05 00:34:18 -05:00
parent 724d4c9660
commit 6658250c8e
7 changed files with 67 additions and 9 deletions

View File

@@ -698,7 +698,7 @@ module CoffeeScript
def compile_node(o)
val = @expression.compile(o)
write("(typeof #{val} !== 'undefined' && #{val} !== null)")
write("(typeof #{val} !== \"undefined\" && #{val} !== null)")
end
end