forked from 0x2620/oxjs
catch some global vars
This commit is contained in:
parent
56370aa0a7
commit
1deb616942
8 changed files with 9 additions and 9 deletions
|
|
@ -536,7 +536,7 @@ Ox.Dialog = function(options, self) {
|
|||
}
|
||||
|
||||
function setContent() {
|
||||
var animate = !!self.$content
|
||||
var animate = !!self.$content,
|
||||
isImage = !self.options.content.ox && self.options.content.is('img');
|
||||
if (animate) {
|
||||
self.$content.animate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue