r105715 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105714‎ | r105715 | r105716 >
Date:20:48, 9 December 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed typo - close not hide
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/views/es.MenuView.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/views/es.MenuView.js
@@ -120,5 +120,5 @@
121121 } else if ( typeof this.callback === 'function' ) {
122122 this.callback( item );
123123 }
124 - this.hide();
 124+ this.close();
125125 };

Status & tagging log