Skip to content

Commit

Permalink
small bugfix to get --nodes working again with Bools as true AST nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Dec 5, 2012
1 parent ea1dfb5 commit e7b5c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/coffee-script/nodes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/nodes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ class exports.Bool extends Base
isComplex: NO
compileNode: -> @val
constructor: (@val) ->
super()

#### Return

Expand Down

0 comments on commit e7b5c30

Please sign in to comment.