rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js
changeset 1732 5ab1cb07a530
parent 1723 3a1f262311cf
child 1954 40b0f05e2545
     1.1 --- a/rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js	Wed Nov 19 19:32:00 2014 +0100
     1.2 +++ b/rt/emul/compacttest/src/test/resources/org/apidesign/bck2brwsr/vmtest/impl/htmlannotations.js	Sun Nov 30 16:21:27 2014 +0100
     1.3 @@ -17,4 +17,6 @@
     1.4   */
     1.5  
     1.6  function mul(x, y) { return x * y; }
     1.7 +function all() { return '*/*'; }
     1.8  window.mul = mul;
     1.9 +window.all = all;