Bundled output for commit 040a70ff99 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-04-24 18:41:58 +00:00
parent 040a70ff99
commit ca0cd412a3
2 changed files with 2 additions and 2 deletions

View file

@ -912,7 +912,7 @@ var coreRenderer = function($window) {
function updateEvent(vnode, key2, value) {
var element = vnode.dom
var callback = typeof onevent !== "function" ? value : function(e) {
var result = value.call(element, e)
var result = value.call(element, e, vnode)
onevent.call(element, e)
return result
}