summaryrefslogtreecommitdiff
path: root/resources/src/jquery/jquery.spinner.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/jquery/jquery.spinner.js')
-rw-r--r--resources/src/jquery/jquery.spinner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/src/jquery/jquery.spinner.js b/resources/src/jquery/jquery.spinner.js
index 361d3e08..41c555b7 100644
--- a/resources/src/jquery/jquery.spinner.js
+++ b/resources/src/jquery/jquery.spinner.js
@@ -67,7 +67,7 @@
opts = $.extend( {}, defaults, opts );
- var $spinner = $( '<div>', { 'class': 'mw-spinner', 'title': '...' } );
+ var $spinner = $( '<div>', { 'class': 'mw-spinner', title: '...' } );
if ( opts.id !== undefined ) {
$spinner.attr( 'id', 'mw-spinner-' + opts.id );
}