jshint fixes for press-this.js.

git-svn-id: https://develop.svn.wordpress.org/trunk@31677 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-03-08 16:26:33 +00:00
parent 969c850149
commit 5b0e3180b4
1 changed files with 5 additions and 5 deletions

View File

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