mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 22:46:05 +08:00
FIX: Error with ace editor and new ember.
Fix upgrades ace editor, which was a huge headache due to AMD.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
;
|
||||
(function() {
|
||||
ace.require(["ace/ext/error_marker"], function() {});
|
||||
window.require(["ace/ext/error_marker"], function() {});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user