resources: Strip '$' and 'mw' from file closures
[lhc/web/wiklou.git] / resources / src / jquery / jquery.confirmable.js
index 7931c81..028b4b9 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @class jQuery.plugin.confirmable
  */
  *
  * @class jQuery.plugin.confirmable
  */
-( function ( $ ) {
+( function () {
        var identity = function ( data ) {
                return data;
        };
        var identity = function ( data ) {
                return data;
        };
                        noTitle: undefined
                }
        };
                        noTitle: undefined
                }
        };
-}( jQuery ) );
+}() );