forked from 0x2620/oxjs
some more fixes
This commit is contained in:
parent
d0d1b94228
commit
32f4626a50
3 changed files with 23 additions and 17 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue