r62151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62150‎ | r62151 | r62152 >
Date:01:10, 9 February 2010
Author:dale
Status:deferred
Tags:
Comment:
* testing fix to minification bug
Modified paths:
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.TimedTextEdit.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/remotes/mediaWiki.js (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.TimedTextEdit.js
@@ -426,9 +426,10 @@
427427
428428 // Build cancel button
429429 var cancelButton = {};
430 - cancelButton[ gM( 'mwe-cancel' ) ] = function() {
 430+ var cancelText = gM( 'mwe-cancel' );
 431+ cancelButton[ cancelText ] = function() {
431432 _this.onCancelClipEdit();
432 - }
 433+ };
433434
434435 $j( _this.target_container ).dialog( {
435436 bgiframe: true,
Index: branches/js2-work/phase3/js/mwEmbed/remotes/mediaWiki.js
@@ -4,7 +4,7 @@
55 */
66 var urlparts = getRemoteEmbedPath();
77 var mwEmbedHostPath = urlparts[0];
8 -var mwRemoteVersion = 'r93';
 8+var mwRemoteVersion = 'r94';
99 var mwUseScriptLoader = true;
1010
1111 // Log the mwRemote version ( will determine what version of js we get )

Status & tagging log