Customize: Update cropper.js to match changes in [36866].

`media-views.js` was updated, but the changes weren't added to `cropper.js`, which caused the `grunt precommit:js` job to incorrectly remove the changes from `media-views.js`.

Fixes #32783.


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


git-svn-id: http://core.svn.wordpress.org/trunk@36899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-03-10 05:42:27 +00:00
parent 1972aa2a2a
commit c1a1987d95

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36930';
$wp_version = '4.5-beta2-36931';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.