From 207bfa43b33f4212685558a84185a12db4c1c961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 29 May 2014 14:25:14 +0000 Subject: [PATCH] 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 --- wp-includes/js/media-views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index 5b398292cd..26fe39d9a0 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -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' );