Added an aceBindings.js file to act as the abstraction between DOM-triggered commands and Ace.

This commit is contained in:
Thomas Wilburn 2013-09-04 12:45:06 -07:00
parent e53027813f
commit e2c7053238

5
js/aceBindings.js Normal file
View 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
});