1
0
Fork 0
forked from 0x2620/oxjs

remove print statements

This commit is contained in:
rolux 2012-06-15 11:47:18 +02:00
commit fbeb434e27
11 changed files with 0 additions and 24 deletions

View file

@ -387,7 +387,6 @@ Ox.VideoPanel = function(options, self) {
/*
function resizePanel(data) {
// called on annotations toggle <-- FIXME: NOT TRUE
Ox.print('RESIZEPANEL----------')
self.$video.options({
width: getPlayerWidth()
});