Merge "mediawiki.Title: Add isTalkPage/getTalkPage methods to mw.Title.js"
[lhc/web/wiklou.git] / resources / src / mediawiki.Title / Title.js
index b80928d..0bcb2b6 100644 (file)
@@ -4,7 +4,7 @@
  * @since 1.18
  */
 
-( function ( mw, $ ) {
+( function () {
        /**
         * Parse titles into an object structure. Note that when using the constructor
         * directly, passing invalid titles will result in an exception. Use #newFromText to use the
        // Expose
        mw.Title = Title;
 
-}( mediaWiki, jQuery ) );
+}() );