aboutsummaryrefslogtreecommitdiff
path: root/lib/scope.js
diff options
context:
space:
mode:
authorDan Wolff <dan.d.wolff@gmail.com>2012-11-11 15:53:34 +0200
committerDan Wolff <dan.d.wolff@gmail.com>2012-11-11 15:53:34 +0200
commitb49230ab8d717d91710d8c383c79ded77c78a39e (patch)
treea3e8e0ae60cc249ed8f70ec04c8d1ec8b4a0b4b6 /lib/scope.js
parent78856a3dabffb5e22431ee5c14656d3a64076540 (diff)
downloadtracifyjs-b49230ab8d717d91710d8c383c79ded77c78a39e.tar.gz
tracifyjs-b49230ab8d717d91710d8c383c79ded77c78a39e.zip
convert x.toString() to ""+x instead of x+""
In some places this can save one byte in whitespace, e.g. after return. Example: function f(arg) { // return""+arg - no space between return and "" return arg.toString(); }
Diffstat (limited to 'lib/scope.js')
0 files changed, 0 insertions, 0 deletions