diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-20 00:35:15 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-20 00:35:15 -0800 |
commit | dfe5f60e7c44d3f7fc7ac92e0ce6e76497319480 (patch) | |
tree | 17b297b308b65f7047162a602b5e308c890567f7 /tools/test-js-optimizer.js | |
parent | a1dce8a3413e8a72e4f2ecba4d6b4f771c8216e6 (diff) |
js optimizer fix, and remove assigns to undefined in library
Diffstat (limited to 'tools/test-js-optimizer.js')
-rw-r--r-- | tools/test-js-optimizer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-js-optimizer.js b/tools/test-js-optimizer.js index 042f4cf9..05e574f9 100644 --- a/tools/test-js-optimizer.js +++ b/tools/test-js-optimizer.js @@ -7,6 +7,7 @@ function abc() { var fleefl; cheez = 10; fleefl = x; + fleefl = cheez = x; var waka = x, flake = x, marfoosh = x; var waka2 = 5, flake2 = x, marfoosh2 = x; var waka3 = x, flake3 = 5, marfoosh3 = x; |