Merge "resources: Strip '$' and 'mw' from file closures"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.hidpi.js
index ed31240..025e6c2 100644 (file)
@@ -9,7 +9,7 @@
  *
  * @class jQuery.plugin.hidpi
  */
-( function ( $ ) {
+( function () {
 
        /**
         * Get reported or approximate device pixel ratio.
@@ -65,6 +65,7 @@
         *
         * @static
         * @inheritable
+        * @param {number} baseRatio Base ratio
         * @return {number} Device pixel ratio
         */
        $.bracketDevicePixelRatio = function ( baseRatio ) {
         * @mixins jQuery.plugin.hidpi
         */
 
-}( jQuery ) );
+}() );