forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
e3f900030c
commit
fbeb434e27
11 changed files with 0 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue