Bundled output for commit c0f48f57ef [skip ci]
This commit is contained in:
parent
c0f48f57ef
commit
4da9e8891e
1 changed files with 0 additions and 9 deletions
|
|
@ -695,15 +695,6 @@ var coreRenderer = function($window) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function once(f) {
|
|
||||||
var called = false
|
|
||||||
return function() {
|
|
||||||
if (!called) {
|
|
||||||
called = true
|
|
||||||
f()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function removeNode(vnode, context) {
|
function removeNode(vnode, context) {
|
||||||
var expected = 1, called = 0
|
var expected = 1, called = 0
|
||||||
if (vnode.attrs && vnode.attrs.onbeforeremove) {
|
if (vnode.attrs && vnode.attrs.onbeforeremove) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue