Bundled output for commit c0f48f57ef [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-12-26 17:29:20 +00:00
parent c0f48f57ef
commit 4da9e8891e

View file

@ -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) {
var expected = 1, called = 0
if (vnode.attrs && vnode.attrs.onbeforeremove) {