From 6bca6cb0b27fa35906a80297268f71a4e3c4b07d Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Mon, 27 Jul 2015 15:54:51 +0000 Subject: [PATCH] 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 --- src/wp-admin/js/customize-controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/customize-controls.js b/src/wp-admin/js/customize-controls.js index 7aaa477b00..c5910b1c43 100644 --- a/src/wp-admin/js/customize-controls.js +++ b/src/wp-admin/js/customize-controls.js @@ -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 })