Follow-up r79868
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 8 Jan 2011 17:14:39 +0000 (17:14 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 8 Jan 2011 17:14:39 +0000 (17:14 +0000)
resources/mediawiki.special/mediawiki.special.upload.js

index fe538ad..aa26a9e 100644 (file)
@@ -107,7 +107,7 @@ $( function() {
                                $( '#mw-upload-thumbnail .fileinfo' ).text( info );
                        };
                        img.src = dataURL;
-               });
+               } );
        }
 
        /**
@@ -160,6 +160,6 @@ $( function() {
                                        showPreview( file );
                                }
                        }
-               });
+               } );
        }
-});
+} );