mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
Making the REPL the default behaviour of 'coffee', when called with no arguments, a-la Node and Python.
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user