Fix a jshint error introduced in [28607]. see #23560.

git-svn-id: https://develop.svn.wordpress.org/trunk@28617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-05-29 14:24:20 +00:00
parent 220a45a32d
commit 2e1c4959af
1 changed files with 1 additions and 1 deletions

View File

@ -3177,7 +3177,7 @@
/**
* @param {Object} event
*/
updateIndex: function( event ) {
updateIndex: function() {
// Resets tabbable elements
this.tabbables = $( ':tabbable', this.$el );
this.tabbableFirst = this.tabbables.filter( ':first' );