Fix : typo

This commit is contained in:
Julian Descottes 2013-11-19 08:15:37 +01:00
parent 7d296f3dc3
commit 9d0f41362b

View File

@ -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);