Apply coding conventions for whitespaces
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.js
index a575844..0481b6a 100644 (file)
                        }
                        $editForm.submit( function () {
                                scrollTop.value = editBox.scrollTop;
-                       });
+                       } );
                }
 
                // Apply to dynamically created textboxes as well as normal ones
                $( document ).on( 'focus', 'textarea, input:text', function () {
                        $currentFocused = $( this );
                } );
-       });
+       } );
 
 }( mediaWiki, jQuery ) );