Index: trunk/extensions/MetavidWiki/skins/mv_embed/libEmbedVideo/mv_nativeEmbed.js |
— | — | @@ -122,8 +122,7 @@ |
123 | 123 | this.onClipDone(); |
124 | 124 | }, |
125 | 125 | stopMonitor:function(){ |
126 | | - if( this.monitorTimerId != 0 ) |
127 | | - { |
| 126 | + if( this.monitorTimerId != 0 ) { |
128 | 127 | clearInterval(this.monitorTimerId); |
129 | 128 | this.monitorTimerId = 0; |
130 | 129 | } |
— | — | @@ -166,4 +165,4 @@ |
167 | 166 | * playlist driver |
168 | 167 | * mannages native playlist calls |
169 | 168 | */ |
170 | | -} |
\ No newline at end of file |
| 169 | +} |