forked from 0x2620/oxjs
appendTo(that.$element) -> appendTo(that)
This commit is contained in:
parent
a6b0907cdc
commit
244591d57e
13 changed files with 37 additions and 37 deletions
|
|
@ -576,7 +576,7 @@ Ox.Dialog = function(options, self) {
|
|||
borderBottomLeftRadius: '8px',
|
||||
borderBottomRightRadius: '8px'
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
.appendTo(that);
|
||||
!isImage && self.$content.append(
|
||||
self.options.content.css(self.hasButtons ? {} : {
|
||||
borderBottomLeftRadius: '8px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue