[source:tweak] hide `Hints` from gulpfile

This commit is contained in:
Maddison Hellstrom 2019-09-10 18:26:03 -07:00
parent f00f27624a
commit 7bbb8b78a1
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ util.addSettings({
`,
})
Hints.characters = "qwertasdfgzxcvb"
if (typeof Hints !== "undefined") {
Hints.characters = "qwertasdfgzxcvb"
}
// Leader for site-specific mappings
const siteleader = "<Space>"