(js) Initial support for keyboard shortcuts

This commit is contained in:
Francis Lachapelle
2016-09-23 17:17:25 -04:00
parent 93de7b9ab3
commit a2e3807a3a
5 changed files with 545 additions and 27 deletions
@@ -357,7 +357,9 @@
}
}
};
_visit(this.parts);
if (this.parts)
_visit(this.parts);
return parts;
};