aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-03-19 11:59:42 +0800
committerGitHub <noreply@github.com>2017-03-19 11:59:42 +0800
commit96f8befdd7dbc3be9f5991f805ad8d60dfb3e6d6 (patch)
treee0e9f00e92a5aac39b088287f791c1476287c95e /package.json
parentcd58635dcc8f74aafa842c2015b294ff4097ba08 (diff)
downloadtracifyjs-96f8befdd7dbc3be9f5991f805ad8d60dfb3e6d6.tar.gz
tracifyjs-96f8befdd7dbc3be9f5991f805ad8d60dfb3e6d6.zip
fix commit 88fb83a (#1622)
The following is wrong: `a == (b ? a : c)` => `b` Because: - `b` may not be boolean - `a` might have side effects - `a == a` is not always `true` (think `NaN`) - `a == c` is not always `false`
Diffstat (limited to 'package.json')
0 files changed, 0 insertions, 0 deletions