Consistent use the same IIFE style in javascript
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Dec 2013 18:53:28 +0000 (19:53 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 30 Apr 2014 15:09:24 +0000 (17:09 +0200)
commit64ce36268d46052c9167444fe6e644a967afc5aa
treecbd6e5d21dff1915f296be6236b1b36cc5618019
parent06db1a2335826d7da5da2a47ddec44a08094376d
Consistent use the same IIFE style in javascript

Most of our IIFE (Immediately-Invoced Function Expression) were
already the same way, these two were different. Made them
consistent (parenthesis on the outside).

$ ack '\}\s*\([^)]+\)\s*\)' --js resources/src/ skins/
  81 matches (0 false positives)

$ ack '\}\s*\)\s*\(' --js resources/src/ skins/
  6 matches (2 false positives, 2 in upstream forks)

Fixed the two matches in the last one that weren't upstream forks.

Change-Id: I51da0e7eb3c0a7071af0ebaa3310e31c99b9d3a5
resources/src/mediawiki.page/mediawiki.page.gallery.js
resources/src/mediawiki/mediawiki.util.js