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 @@
121
121
} else if ( typeof this.callback === 'function' ) {
122
122
this.callback( item );
123
123
}
124
- this.hide();
124
+ this.close();
125
125
};
Status & tagging log
07:46, 10 December 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r105715
[
removed:
new
added:
deferred]