Files
UglifyJS/lib
Mihai Bazon 774f2ded94 minor optimization
for `==` or `!=` against a constant, prefer to display the constant first.
should help a bit after gzip, i.e.:

    typeof foo=="undefined"
    ^^^^^^    ^^^^^^^^^^^^^

vs:

    "undefined"==typeof foo
    ^^^^^^^^^^^^^^^^^^^     (longer sequence that could repeat)

idea stolen from closure.
2012-11-05 13:13:06 +02:00
..
2012-11-05 13:13:06 +02:00
2012-11-05 13:09:39 +02:00
2012-10-13 12:42:01 +03:00
2012-10-02 16:39:53 +03:00
2012-10-12 14:55:54 +03:00