1
0
Fork 0
forked from 0x2620/oxjs

some more fixes

This commit is contained in:
rlx 2011-08-19 20:37:58 +00:00
commit 32f4626a50
3 changed files with 23 additions and 17 deletions

View file

@ -107,7 +107,6 @@ Ox.SmallVideoTimelineImage = function(options, self) {
height: height
})[0],
context = canvas.getContext('2d'),
Ox.print('WIDTH/HEIGHT', width, height)
imageData = context.createImageData(width, height),
data = imageData.data;
if (image == 'results') {