http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73594

Revision: 73594
Author:   dale
Date:     2010-09-23 06:22:20 +0000 (Thu, 23 Sep 2010)

Log Message:
-----------
removed some extra commas 

Modified Paths:
--------------
    branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js

Modified: branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js
===================================================================
--- branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js      
2010-09-23 06:18:46 UTC (rev 73593)
+++ branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js      
2010-09-23 06:22:20 UTC (rev 73594)
@@ -437,7 +437,7 @@
                                
                var request = {
                        'action' : 'parse',
-                       'text': wikiTextTemplateCall,
+                       'text': wikiTextTemplateCall
                };
                // Check if we have the titleKey for the sequence and use that 
as context title
                var titleKey = this.smil.getEmbedPlayer().apiTitleKey;
@@ -618,13 +618,13 @@
                if( img.naturalWidth ){
                        callback(  {
                                'width' : img.naturalWidth,
-                               'height' : img.naturalHeight,
+                               'height' : img.naturalHeight
                        } )
                } else {
                        $j( img ).load(function(){
                                callback( {
                                        'width' : this.naturalWidth,
-                                       'height' : this.naturalHeight,
+                                       'height' : this.naturalHeight
                                } )
                        });
                }
@@ -967,7 +967,7 @@
                                                
                // convert named font sizes to em: 
                if( this.emFontSizeMap[ cssAttributes['font-size'] ] ){
-                       cssAttributes['font-size'] = sizeMap[ 
cssAttributes['font-size'] ];
+                       cssAttributes['font-size'] = this.emFontSizeMap[ 
cssAttributes['font-size'] ];
                }
                
                // If the font size is pixel based parent span will have no 
effect,



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to