Commit 7d52d2a
committed
AC-14597: JavaScript error encountered when selecting "All Resources" in API resource access during integration activation
In modern JavaScript modules (which is what we're using with RequireJS), the 'use strict' directive is automatically applied, so we don't need to explicitly declare it. Removing this to fix static test failure.1 parent 9995ae5 commit 7d52d2a
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
0 commit comments