From d10deb81aa4f8628e5b5f19f82b524afa0cf8c75 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 31 Jan 2012 12:07:31 +0000 Subject: [PATCH] disable some debug output --- source/Ox.UI/js/List/Ox.List.js | 2 +- source/Ox.UI/js/Video/Ox.VideoEditor.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index bb5aafcd..a93cb97a 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -439,7 +439,7 @@ Ox.List = function(options, self) { var height = getHeight(), lastItemHeight = height % self.options.itemHeight || self.options.itemHeight, visibleItems = Math.ceil(height / self.options.itemHeight); - Ox.print('FFP!!!', height) + //Ox.print('FFP!!!', height) if (self.listLength < visibleItems) { Ox.range(self.listLength, visibleItems).forEach(function(i) { var $item = Ox.ListItem({ diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index cc88fac7..8c321075 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -769,7 +769,7 @@ Ox.VideoEditor = function(options, self) { } : null; }); }))); - Ox.print('RESULTS:', results) + //Ox.print('RESULTS:', results) /* results = Ox.map(self.options.subtitles, function(subtitle) { return subtitle.text.toLowerCase().indexOf(query) > -1 ? { @@ -1123,9 +1123,11 @@ Ox.VideoEditor = function(options, self) { function submitAnnotation(data) { self.editing = false; setTimelineState(); + /* Ox.print('....', self.options.annotationsRange == 'position', self.options.position < self.options['in'], self.options.position > self.options.out) + */ if ( self.options.annotationsRange == 'position' && ( self.options.position < self.options['in']