()
| 42 | xhr.send(); |
| 43 | } |
| 44 | function onResize(){ |
| 45 | $("player").style.perspective = $("player").offsetWidth * Math.tan(40 * Math.PI/180) / 2 + "px"; |
| 46 | $("player").webkitPerspective = $("player").offsetWidth * Math.tan(40 * Math.PI/180) / 2 + "px"; |
| 47 | window.sandbox.send("Update:DimensionUpdate", window.sandbox.getContext().getDimensions()); |
| 48 | } |
| 49 | $("debug-basic").addEventListener("click", function(){ |
| 50 | fetchFile("../../test/scripting/manzoku.biliscript"); |
| 51 | }); |
no test coverage detected