rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js
changeset 1985 cd1cc103a03c
parent 1732 5ab1cb07a530
     1.1 --- a/rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js	Sun Nov 30 16:21:27 2014 +0100
     1.2 +++ b/rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js	Tue Jan 17 07:04:06 2017 +0100
     1.3 @@ -18,5 +18,3 @@
     1.4  
     1.5  function mul(x, y) { return x * y; }
     1.6  function all() { return '*/*'; }
     1.7 -window.mul = mul;
     1.8 -window.all = all;