This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
paper.js
Watch
1
Star
0
Fork
You've already forked paper.js
0
mirror of
https://github.com/scratchfoundation/paper.js.git
synced
2025-01-04 03:45:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4680283ce7
paper.js
/
lib
History
Jürg Lehni
4680283ce7
Simply use document.write() for script loading, as load.js seems not ready for primetime yet (it magically half-broke QUnit on Safari).
2011-03-08 00:58:47 +00:00
..
bootstrap.js
Use === for undefined comparisons.
2011-03-07 11:52:04 +00:00
parse-js-min.js
Replace repeat_string(str, count) with (new Array(count).join(str)) hack.
2011-03-04 00:47:48 +00:00
parse-js.js
Replace repeat_string(str, count) with (new Array(count).join(str)) hack.
2011-03-04 00:47:48 +00:00