mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 05:34:32 +00:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user