Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Gengler <katie@kmg.io>
  • Loading branch information
ef4 and kategengler committed May 8, 2024
1 parent ea61442 commit 6f452a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
EmberENV['RAISE_ON_DEPRECATION'] = true;

if (QUnit.urlParams.ALL_DEPRECATIONS_ENABLED) {
EmberENV['_ALL_DEPRECATIONS_ENABLED'] = QUnit.urlParams.ALL_DEPRECATIONS_ENABLED;
EmberENV['_ALL_DEPRECATIONS_ENABLED'] = !!QUnit.urlParams.ALL_DEPRECATIONS_ENABLED;
}

if (QUnit.urlParams.OVERRIDE_DEPRECATION_VERSION) {
Expand Down

0 comments on commit 6f452a9

Please sign in to comment.