mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-19 11:19:26 +08:00
2 lines
141 B
JavaScript
2 lines
141 B
JavaScript
// banner without sourcemap
|
|
function longFunctionC(a,b){return longNameA+longNameB+a+b}var longNameA=1,longNameB=2,result=longFunctionC(3,4); |