remove a print statement
This commit is contained in:
parent
fbe2513cb4
commit
613b594352
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ Ox.Dialog = function(options, self) {
|
||||||
self.options.height = css.height;
|
self.options.height = css.height;
|
||||||
self.minLeft = 24 - self.options.width;
|
self.minLeft = 24 - self.options.width;
|
||||||
self.minTop = self.hasButtons ? 24 - self.options.height - self.barsHeight : 0;
|
self.minTop = self.hasButtons ? 24 - self.options.height - self.barsHeight : 0;
|
||||||
Ox.print('DIALOG set css RESIZE')
|
// Ox.print('DIALOG set css RESIZE')
|
||||||
triggerEvent && that.triggerEvent('resize', {
|
triggerEvent && that.triggerEvent('resize', {
|
||||||
width: self.options.width,
|
width: self.options.width,
|
||||||
height: self.options.height
|
height: self.options.height
|
||||||
|
|
Loading…
Reference in a new issue