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

@ -186,9 +186,9 @@ Ox.SmallTimeline = 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);
} else if (key == 'position') {