mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-09-12 12:01:07 +08:00
v0.1.0
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user