lame:
1 2 3 4 |
if( ! textPosition ) { textPosition = new Point( 100, 100 ); } |
kewl:
1 |
textPosition ||= new Point( 100, 100 ); |
Danke an Nils.
♪ Commit ins Abenteuerland ♫
lame:
1 2 3 4 |
if( ! textPosition ) { textPosition = new Point( 100, 100 ); } |
kewl:
1 |
textPosition ||= new Point( 100, 100 ); |
Danke an Nils.