vendor/assets/javascripts/ace/ext-chromevox.js in ace-rails-ap-2.0.1 vs vendor/assets/javascripts/ace/ext-chromevox.js in ace-rails-ap-3.0.0
- old
+ new
@@ -1,6 +1,6 @@
-define('ace/ext/chromevox', ['require', 'exports', 'module' , 'ace/editor', 'ace/config'], function(require, exports, module) {
+define("ace/ext/chromevox",["require","exports","module","ace/editor","ace/config"], function(require, exports, module) {
var cvoxAce = {};
cvoxAce.SpeechProperty;
cvoxAce.Cursor;
cvoxAce.Token;
cvoxAce.Annotation;
@@ -533,5 +533,10 @@
value: true // turn it on by default or check for window.cvox
}
});
});
+;
+ (function() {
+ window.require(["ace/ext/chromevox"], function() {});
+ })();
+
\ No newline at end of file