Ox.isOxElement -> Ox.UI.isElement
This commit is contained in:
parent
ba22a7e2eb
commit
25069a22d2
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ Ox.Dialog = function(options, self) {
|
||||||
|
|
||||||
function setContent() {
|
function setContent() {
|
||||||
var animate = !!self.$content,
|
var animate = !!self.$content,
|
||||||
isImage = !Ox.isOxElement(self.options.content)
|
isImage = !Ox.UI.isElement(self.options.content)
|
||||||
&& self.options.content.is('img');
|
&& self.options.content.is('img');
|
||||||
if (animate) {
|
if (animate) {
|
||||||
self.$content.animate({
|
self.$content.animate({
|
||||||
|
|
Loading…
Reference in a new issue