Bug 1039457 - Allow yelling in Scratchpad (Shift-Space). r=robcee

This commit is contained in:
J. Ryan Stinnett
2014-07-16 07:11:00 +02:00
parent e71a2699ac
commit 2385f67a74
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ function initializeAutoCompletion(ctx, options = {}) {
});
};
keyMap[Editor.keyFor("showInformation", { noaccel: true })] = (cm) => {
keyMap[Editor.keyFor("showInformation2", { noaccel: true })] = (cm) => {
cm.tern.showType(cm, null, () => {
ed.emit("show-information");
});