jenkins-bot has submitted this change and it was merged.

Change subject: $.wikibase.toolbarbutton: Fixed misspelled event name
......................................................................


$.wikibase.toolbarbutton: Fixed misspelled event name

Change-Id: Ifaeab1d9f411b3d1aed612579c8ef425f74067ec
---
M lib/resources/jquery.wikibase/toolbar/jquery.wikibase.toolbarbutton.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Adrian Lang: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/lib/resources/jquery.wikibase/toolbar/jquery.wikibase.toolbarbutton.js 
b/lib/resources/jquery.wikibase/toolbar/jquery.wikibase.toolbarbutton.js
index c97c9a9..ae2ec89 100644
--- a/lib/resources/jquery.wikibase/toolbar/jquery.wikibase.toolbarbutton.js
+++ b/lib/resources/jquery.wikibase/toolbar/jquery.wikibase.toolbarbutton.js
@@ -56,7 +56,7 @@
                }
 
                this.$link
-               .on( 'click.toolbarbutton keydow.toolbarbutton', function( 
event ) {
+               .on( 'click.toolbarbutton keydown.toolbarbutton', function( 
event ) {
                        event.preventDefault();
 
                        if( self.options.disabled ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/169688
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifaeab1d9f411b3d1aed612579c8ef425f74067ec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Henning Snater <[email protected]>
Gerrit-Reviewer: Adrian Lang <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to