trading aint for isnt -- let's be serious

This commit is contained in:
Jeremy Ashkenas
2009-12-24 17:21:20 -08:00
parent 95bfb0b45c
commit 985e0a080b
12 changed files with 14 additions and 14 deletions

View File

@@ -357,7 +357,7 @@ module CoffeeScript
'and' => '&&',
'or' => '||',
'is' => '===',
"aint" => "!==",
"isnt" => "!==",
'not' => '!',
}
CONDITIONALS = ['||:', '&&:']