diff options
| author | jules <jules@okfoc.us> | 2013-12-13 17:56:57 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-13 17:56:57 -0500 |
| commit | 87159fbb1efcaa9ee11467a4bfe9a239102adb29 (patch) | |
| tree | cc562dc30caa904e0d91302841db3c3dfac4bff2 /js/util.js | |
| parent | 9fa7fd851f3c4ea4a06de5929c0c44756c75b6b6 (diff) | |
gif!
Diffstat (limited to 'js/util.js')
| -rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ function loadImage(imageURL, callback) { function giveImage() { if (window.gif) { - return gif.frames[gif.currentFrame()].ctx.canvas; + return gif.frames[gif.currentFrame()]; } else { return img; } |
