r50303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50302‎ | r50303 | r50304 >
Date:08:20, 7 May 2009
Author:j
Status:deferred
Tags:
Comment:
remove newline that would result in ; and thus the if statement did nothing
Modified paths:
  • /trunk/extensions/MetavidWiki/skins/mv_embed/libEmbedVideo/mv_nativeEmbed.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/skins/mv_embed/libEmbedVideo/mv_nativeEmbed.js
@@ -122,8 +122,7 @@
123123 this.onClipDone();
124124 },
125125 stopMonitor:function(){
126 - if( this.monitorTimerId != 0 )
127 - {
 126+ if( this.monitorTimerId != 0 ) {
128127 clearInterval(this.monitorTimerId);
129128 this.monitorTimerId = 0;
130129 }
@@ -166,4 +165,4 @@
167166 * playlist driver
168167 * mannages native playlist calls
169168 */
170 -}
\ No newline at end of file
 169+}

Status & tagging log