mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Fix a jshint error introduced in [28607]. see #23560.
Built from https://develop.svn.wordpress.org/trunk@28617 git-svn-id: http://core.svn.wordpress.org/trunk@28441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f1deae10b
commit
207bfa43b3
@ -3177,7 +3177,7 @@
|
|||||||
/**
|
/**
|
||||||
* @param {Object} event
|
* @param {Object} event
|
||||||
*/
|
*/
|
||||||
updateIndex: function( event ) {
|
updateIndex: function() {
|
||||||
// Resets tabbable elements
|
// Resets tabbable elements
|
||||||
this.tabbables = $( ':tabbable', this.$el );
|
this.tabbables = $( ':tabbable', this.$el );
|
||||||
this.tabbableFirst = this.tabbables.filter( ':first' );
|
this.tabbableFirst = this.tabbables.filter( ':first' );
|
||||||
|
Loading…
Reference in New Issue
Block a user