Added an aceBindings.js file to act as the abstraction between DOM-triggered commands and Ace.
This commit is contained in:
parent
e53027813f
commit
e2c7053238
1 changed files with 5 additions and 0 deletions
5
js/aceBindings.js
Normal file
5
js/aceBindings.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
define(["command", "editor"], function(command, editor) {
|
||||
|
||||
//this is a place to put bindings that basically just pass straight through to Ace events/functionality
|
||||
|
||||
});
|
Loading…
Reference in a new issue