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:
Robin Ward
2021-01-14 12:52:51 -05:00
committed by GitHub
parent c3bab3ef38
commit 4321a55b61
6 changed files with 122 additions and 0 deletions

View File

@@ -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;
});