updated comment for arrayEqual function, mentioning that it tests for

functional equivalence
This commit is contained in:
Michael Ficarra 2010-12-18 14:48:43 -05:00
parent c42ac967ea
commit 782de8743f
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ runTests = (CoffeeScript) ->
e.source = fn.toString() if fn.toString?
failures.push file: currentFile, error: e
# A recursive equality helper
# A recursive functional equivalence helper; uses egal for testing equivalence.
# See http://wiki.ecmascript.org/doku.php?id=harmony:egal
arrayEqual = (a, b) ->
if a is b
# 0 isnt -0