Missed a new test

pull/1734/head
Jacob Wright 7 years ago
parent 326d5a7d58
commit e6f104d324

@ -121,8 +121,8 @@ function callAll(fns) {
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {
this._fragment[this._fragment.i ? 'i' : 'm'](target, anchor || null);
function _mount(target, anchor, introing) {
this._fragment[this._fragment.i ? 'i' : 'm'](target, anchor || null, introing);
}
var proto = {

Loading…
Cancel
Save