Browse Source

Call hook 'show' when an object is shown

master
parent
commit
4c4fe44786
  1. 2
      src/index.js

2
src/index.js

@ -101,6 +101,7 @@ function onload2 () {
}
show(url, options, function () {})
call_hooks('show', url, options)
}
hash(function (loc) {
@ -112,6 +113,7 @@ function onload2 () {
}
show(url, options, function () {})
call_hooks('show', url, options)
}
})
}

Loading…
Cancel
Save