forked from 0x2620/oxjs
fix Ox.JQueryElement fixmes
This commit is contained in:
parent
b9e80c9d75
commit
33390069b9
6 changed files with 26 additions and 33 deletions
|
|
@ -518,7 +518,7 @@ Ox.Dialog = function(options, self) {
|
|||
|
||||
function setContent() {
|
||||
var animate = !!self.$content,
|
||||
isImage = !self.options.content.ox && self.options.content.is('img');
|
||||
isImage = !Ox.UI.isElement(self.options.content) && self.options.content.is('img');
|
||||
if (animate) {
|
||||
self.$content.animate({
|
||||
opacity: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue