fix most gcc warnings

This commit is contained in:
Leo Horie 2016-06-03 23:55:31 -04:00
parent ca784a684e
commit ddc430a6d3
9 changed files with 248 additions and 244 deletions

View file

@ -100,7 +100,7 @@ module.exports = function($window) {
vnode.dom.setAttribute("href", prefix + vnode.attrs.href)
vnode.dom.onclick = function(e) {
e.preventDefault()
setPath(vnode.attrs.href)
setPath(vnode.attrs.href, undefined, undefined)
}
}