We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f218dcd commit 889ed14Copy full SHA for 889ed14
frontend/encore/legacy-apps.rst
@@ -52,7 +52,7 @@ method from Encore. In practice, it's equivalent to doing:
52
// such as '_' for the 'underscore' library
53
.autoProvideVariables({
54
$: 'jquery',
55
- jQuery: 'jquery'
+ jQuery: 'jquery',
56
'window.jQuery': 'jquery',
57
})
58
// ...
0 commit comments