Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
06cba092fb |
|
@ -565,8 +565,8 @@
|
||||||
function(eventHandlers) { return eventHandlers; },
|
function(eventHandlers) { return eventHandlers; },
|
||||||
function(view) {
|
function(view) {
|
||||||
var clone = $(deepClone(domNode));
|
var clone = $(deepClone(domNode));
|
||||||
clone.appendTo($(view.focus));
|
$(clone).appendTo($(view.focus));
|
||||||
view.focus = clone.get(0);
|
view.focus = $(clone).get(0);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user