]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/property-lookup.js
multishell - a bit more for 1.1.2, including missed change log entries.
[gnu-emacs-elpa] / packages / context-coloring / test / fixtures / property-lookup.js
1 (function () {
2 window.foo();
3 window. bar();
4 window.foo.bar();
5 }());