1
0
Fork 0
forked from 0x2620/oxjs

make .appendTo() work

This commit is contained in:
rlx 2011-08-23 19:08:08 +00:00
commit 11d46c4d17
2 changed files with 5 additions and 0 deletions

View file

@ -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>');
}