moocanvas icon indicating copy to clipboard operation
moocanvas copied to clipboard

MooTools-style Canvas

Results 2 moocanvas issues
Sort by recently updated
recently updated
newest added

TypeError: Result of expression '$.Element' [undefined] is not a function. Line 76. Using master commit.

the $.element is no longer defined in MooTools 1.2.3 and there breaks MooCanvas if using MooTools 1.2.3 I have temporally fixed this by defining $.element in Canvas.js: ``` $.element =...