Customizer: Use correct spelling when instantiating `CustomizeImageCropper`.

Introduced in [33329].

Built from https://develop.svn.wordpress.org/trunk@33445


git-svn-id: http://core.svn.wordpress.org/trunk@33412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-27 15:55:24 +00:00
parent 2a516d6345
commit 94aefe52dc
3 changed files with 3 additions and 3 deletions

View File

@ -1878,7 +1878,7 @@
suggestedWidth: this.params.width, suggestedWidth: this.params.width,
suggestedHeight: this.params.height suggestedHeight: this.params.height
}), }),
new wp.media.controller.customizeImageCropper({ new wp.media.controller.CustomizeImageCropper({
imgSelectOptions: this.calculateImageSelectOptions, imgSelectOptions: this.calculateImageSelectOptions,
control: this control: this
}) })

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.3-beta4-33444'; $wp_version = '4.3-beta4-33445';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.