adding the complete underscore.coffee example to the docs

This commit is contained in:
Jeremy Ashkenas
2010-01-04 22:51:02 -05:00
parent 6e63a18f86
commit ae603749be
8 changed files with 1295 additions and 590 deletions

View File

@@ -227,7 +227,8 @@ module CoffeeScript
end
end
# Close up all remaining open blocks.
# Close up all remaining open blocks. IF the first token is an indent,
# axe it.
def close_indentation
outdent_token(@indent)
end