1
0
Fork 0
forked from 0x2620/oxjs

use Ox.Log

This commit is contained in:
j 2011-11-04 16:54:28 +01:00
commit dce2843303
50 changed files with 276 additions and 276 deletions

View file

@ -240,9 +240,9 @@ Ox.BlockTimeline = function(options, self) {
})
.load(function() {
context.drawImage($img[0], i * 3600, 0);
//Ox.print('loaded, images', loaded, images, $img[0])
//Ox.Log('Video', 'loaded, images', loaded, images, $img[0])
if (++loaded == images) {
//Ox.print('callback', canvas.toDataURL().length)
//Ox.Log('Video', 'callback', canvas.toDataURL().length)
callback(canvas.toDataURL());
}
});
@ -356,9 +356,9 @@ Ox.BlockTimeline = function(options, self) {
}
self.setOption = function(key, value) {
//Ox.print('onChange:', key, value)
//Ox.Log('Video', 'onChange:', key, value)
if (key == 'points') {
//Ox.print('key', key, 'value', value)
//Ox.Log('Video', 'key', key, 'value', value)
setMarkerPoint(0);
setMarkerPoint(1);
updateSelection();