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

@ -590,7 +590,6 @@ Ox.Dialog = function(options, self) {
self.options.height = css.height;
self.minLeft = 24 - self.options.width;
self.minTop = self.hasButtons ? 24 - self.options.height - self.barsHeight : 0;
// Ox.print('DIALOG set css RESIZE')
triggerEvent && that.triggerEvent('resize', {
width: self.options.width,
height: self.options.height