]> code.delx.au - gnu-emacs-elpa/blob - test/fixtures/property-lookup.js
Trivial cleanup.
[gnu-emacs-elpa] / test / fixtures / property-lookup.js
1 (function () {
2 window.foo();
3 window. bar();
4 window.foo.bar();
5 }());