mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Customizer: Use correct spelling when instantiating CustomizeImageCropper.
Introduced in [33329]. git-svn-id: https://develop.svn.wordpress.org/trunk@33445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8f588b345b
commit
6bca6cb0b2
@ -1878,7 +1878,7 @@
|
||||
suggestedWidth: this.params.width,
|
||||
suggestedHeight: this.params.height
|
||||
}),
|
||||
new wp.media.controller.customizeImageCropper({
|
||||
new wp.media.controller.CustomizeImageCropper({
|
||||
imgSelectOptions: this.calculateImageSelectOptions,
|
||||
control: this
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user