mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-06-30 21:59:51 +08:00
4 lines
638 B
JavaScript
4 lines
638 B
JavaScript
// Hello World
|
|
|
|
void function(){var cubes,list,math,number,opposite,race,square;number=42,opposite=!0,opposite&&(number=-42),square=function(x){return x*x},list=[1,2,3,4,5],math={root:Math.sqrt,square:square,cube:function(x){return x*square(x)}},race=function(winner,runners){return runners=2<=arguments.length?[].slice.call(arguments,1):[],print(winner,runners)},"undefined"!=typeof elvis&&null!=elvis&&alert("I knew it!"),cubes=function(accum$){for(var num,i$=0,length$=list.length;length$>i$;++i$)num=list[i$],accum$.push(math.cube(num));return accum$}.call(this,[])}.call(this);
|
|
//# sourceMappingURL=test/fixtures/expected/sourcemapin
|