summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2013-12-13 17:56:57 -0500
committerjules <jules@okfoc.us>2013-12-13 17:56:57 -0500
commit87159fbb1efcaa9ee11467a4bfe9a239102adb29 (patch)
treecc562dc30caa904e0d91302841db3c3dfac4bff2 /js
parent9fa7fd851f3c4ea4a06de5929c0c44756c75b6b6 (diff)
gif!
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index d31af47..5466c07 100644
--- a/js/util.js
+++ b/js/util.js
@@ -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;
}