augments Editor.prototype
This commit is contained in:
parent
b1ac371387
commit
d531866663
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
var Editor = require("ace/editor").Editor;
|
||||
/**
|
||||
* Generates a menu which displays the keyboard shortcuts.
|
||||
* @author <a href="mailto:matthewkastor@gmail.com">
|
||||
|
|
@ -78,4 +79,7 @@ define(function(require, exports, module) {
|
|||
overlayPage(editor, el, '0', '0', '0', null);
|
||||
}
|
||||
};
|
||||
Editor.prototype.showKeyboardShortcuts = function () {
|
||||
module.exports.showKeyboardShortcuts(this);
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue