index
:
vim-vixen.git
master
vim-vixen: keyboard driven firefox navigation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
background
/
repositories
/
tab.js
blob: 16989e1069c9eeb98a6ab1d2e1647c65c2ec3a57 (
plain
) (
blame
)
1
2
3
4
5
export
default
class
TabRepository
{
create
(
url
)
{
browser
.
tabs
.
create
({
url
,
});
}
}