Merge branch 'docs' of github.com:cmcaine/tridactyl into docs

This commit is contained in:
Oliver Blanthorn 2017-11-03 19:13:59 +00:00
commit 0a0f75121f
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -153,6 +153,7 @@ export function help(...urlarr: string[]) {
let url = urlarr.join("%20")
// window.location.href = "docs/modules/_excmds_.html#" + url
browser.tabs.create({url: "static/docs/modules/_excmds_.html#" + url})
}
/** @hidden */