mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Sync up master with Ember CLI branch where possible (#11707)
These changes should all be safe to live in master even if they're not being used yet.
This commit is contained in:
@@ -17,10 +17,19 @@ define("message-bus-client", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.MessageBus;
|
||||
});
|
||||
|
||||
define("mousetrap-global-bind", ["exports"], function (__exports__) {
|
||||
// In the Rails app it's applied from the vendored file
|
||||
__exports__.default = {};
|
||||
});
|
||||
|
||||
define("ember-buffered-proxy/proxy", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.BufferedProxy;
|
||||
});
|
||||
|
||||
define("ember-buffered-proxy/mixin", ["exports"], function (__exports__) {
|
||||
__exports__.default = null;
|
||||
});
|
||||
|
||||
define("bootbox", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.bootbox;
|
||||
});
|
||||
|
Reference in New Issue
Block a user