Created
August 11, 2015 21:45
-
-
Save potch/2fd8c49226e9c9f3be01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#pixelChat-messages').on('click', 'img', function (e) { | |
| e.preventDefault(); | |
| $('canvas')[0].getContext('2d').drawImage(e.target, 0, 0); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment