1
0
Fork 0
forked from 0x2620/oxjs

fix Ox.JQueryElement fixmes

This commit is contained in:
j 2012-05-22 16:08:09 +02:00
commit 33390069b9
6 changed files with 26 additions and 33 deletions

View file

@ -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