1
0
Fork 0
forked from 0x2620/oxjs

misc bugfixes

This commit is contained in:
rlx 2011-12-22 17:37:31 +00:00
commit 60281a666b
3 changed files with 6 additions and 6 deletions

View file

@ -440,7 +440,7 @@ Ox.VideoEditor = function(options, self) {
width: 256
}).open();
} else if (id == 'resolution') {
self.options.resolution = parseInt(value);
self.options.resolution = parseInt(data.value);
self.$player[0].options({resolution: self.options.resolution});
}
}