Making the REPL the default behaviour of 'coffee', when called with no arguments, a-la Node and Python.

This commit is contained in:
Jeremy Ashkenas
2010-06-12 11:09:30 -04:00
parent c2d1ae06c5
commit a133e018cc
3 changed files with 3 additions and 3 deletions

View File

@@ -1395,7 +1395,7 @@ UTILITIES: {
# Shortcuts to speed up the lookup time for native functions.
__hasProp: 'Object.prototype.hasOwnProperty'
__slice: 'Array.prototype.slice'
__slice: 'Array.prototype.slice'
}