Skip to content

Commit 80555b9

Browse files
authored
minor #817 Fix the documentation about autoProvidejQuery (stof)
2 parents e4ccb9c + a59c05d commit 80555b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ class Encore {
757757
* ```
758758
* WebpackConfig.autoProvideVariables({
759759
* $: 'jquery',
760-
* jQuery: 'jquery'
760+
* jQuery: 'jquery',
761+
* 'window.jQuery': 'jquery'
761762
* });
762763
* ```
763764
*

0 commit comments

Comments
 (0)