remove console.log from javascript library :/

This commit is contained in:
Martin Konecny 2012-09-19 11:04:01 -04:00
parent 281e7d1092
commit ddc0e8d2ba
1 changed files with 1 additions and 2 deletions

View File

@ -1247,7 +1247,6 @@ function QTip(target, options, id, attr)
position.top -= offset;
}
else if(overflowBottom > 0 && (my.y !== 'bottom' || overflowTop > 0) ) {
console.log('test');
position.top -= isCenter ? -offset : offset;
}
if(position.top !== posTop && isCenter) { position.top -= adjust.y; }
@ -3241,4 +3240,4 @@ PLUGINS.bgiframe = function(api)
PLUGINS.bgiframe.initialize = 'render';
}(jQuery, window));
}(jQuery, window));