fix most gcc warnings
This commit is contained in:
parent
ca784a684e
commit
ddc430a6d3
9 changed files with 248 additions and 244 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue