nagated relational operators are now grouped into NOT_RELATED, fixing #720

This commit is contained in:
satyr
2010-10-06 00:43:44 +09:00
parent 1e60c4c4d2
commit 380bee97dd
9 changed files with 39 additions and 35 deletions

View File

@@ -1346,7 +1346,8 @@
__extends(OpNode, BaseNode);
OpNode.prototype.CONVERSIONS = {
'==': '===',
'!=': '!=='
'!=': '!==',
of: 'in'
};
OpNode.prototype.INVERSIONS = {
'!==': '===',