forked from 0x2620/oxjs
make .appendTo() work
This commit is contained in:
parent
e8347aeabc
commit
11d46c4d17
2 changed files with 5 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ Ox.Element = function(options, self) {
|
|||
};
|
||||
}
|
||||
// create event handler
|
||||
// (this can be passed as part of self)
|
||||
if (!self.$eventHandler) {
|
||||
self.$eventHandler = $('<div>');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue