We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51936fb commit 0d77d3dCopy full SHA for 0d77d3d
ember_debug/vendor/startup-wrapper.js
@@ -11,15 +11,11 @@ let Ember;
11
Also responsible for sending the first tree.
12
**/
13
/*eslint prefer-spread: 0 */
14
-/* globals adapter, env */
+/* globals adapter */
15
var currentAdapter = 'basic';
16
if (typeof adapter !== 'undefined') {
17
currentAdapter = adapter;
18
}
19
-var currentEnv = 'production';
20
-if (typeof env !== 'undefined') {
21
- currentEnv = env;
22
-}
23
24
// @formatter:off
25
var EMBER_VERSIONS_SUPPORTED = {{EMBER_VERSIONS_SUPPORTED}};
0 commit comments