remove print statements
This commit is contained in:
parent
9d475e6012
commit
d63113d7bd
1 changed files with 0 additions and 2 deletions
|
@ -510,7 +510,6 @@ Ox.Dialog = function(options, self) {
|
|||
}
|
||||
|
||||
function resizeWindow() {
|
||||
Ox.print('RESIZE WINDOW')
|
||||
self.options.width = Math.min(self.options.width, window.innerWidth);
|
||||
self.options.height = Math.min(self.options.height, window.innerHeight - self.barsHeight);
|
||||
var offset = that.offset();
|
||||
|
@ -586,7 +585,6 @@ Ox.Dialog = function(options, self) {
|
|||
}
|
||||
|
||||
function setCSS(css, animate) {
|
||||
Ox.print('DIALOG SET CSS', css)
|
||||
var ms = animate ? 100 : 0,
|
||||
offset = that.offset(),
|
||||
triggerEvent = self.isOpen && (
|
||||
|
|
Loading…
Reference in a new issue