jshint fixes for press-this.js.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-03-08 16:27:28 +00:00
parent d5e42f3d3e
commit 6aff223ffb
2 changed files with 6 additions and 6 deletions

View File

@ -653,7 +653,7 @@
$settingModal = $( '.setting-modal' ), $settingModal = $( '.setting-modal' ),
$modalClose = $( '.modal-close' ); $modalClose = $( '.modal-close' );
$postOption.on( 'click', function( event ) { $postOption.on( 'click', function() {
var index = $( this ).index(), var index = $( this ).index(),
$targetSettingModal = $settingModal.eq( index ); $targetSettingModal = $settingModal.eq( index );
@ -668,7 +668,7 @@
} ); } );
} ); } );
$modalClose.on( 'click', function( event ) { $modalClose.on( 'click', function() {
var $targetSettingModal = $( this ).parent(), var $targetSettingModal = $( this ).parent(),
index = $targetSettingModal.index(); index = $targetSettingModal.index();

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-alpha-31676'; $wp_version = '4.2-alpha-31677';
/** /**
* 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.