From 9d0f41362b4326275fd5cc91879225f8dbb880f2 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Tue, 19 Nov 2013 08:15:37 +0100 Subject: [PATCH] Fix : typo --- js/service/keyboard/CheatsheetService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/service/keyboard/CheatsheetService.js b/js/service/keyboard/CheatsheetService.js index 31f1a876..9d4a4ba2 100644 --- a/js/service/keyboard/CheatsheetService.js +++ b/js/service/keyboard/CheatsheetService.js @@ -56,7 +56,7 @@ } }; - this.initMarkupForMisc_ = function () { + ns.CheatsheetService.prototype.initMarkupForMisc_ = function () { var shortcutTemplate = pskl.utils.Template.get('cheatsheet-shortcut-template'); var miscShortcutsContainer = $('.cheatsheet-misc-shortcuts', this.cheatsheetEl_).get(0);