]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removes unused phMediaQuery variable from responsiveMenu, it already calls Foundation...
authorChris Oyler <chris@zurb.com>
Wed, 6 Jan 2016 21:26:22 +0000 (13:26 -0800)
committerChris Oyler <chris@zurb.com>
Wed, 6 Jan 2016 21:26:22 +0000 (13:26 -0800)
js/foundation.responsiveMenu.js

index 64fb85dda74036cf02ee6e4691a6298800f06e6c..b6e8926b2f97813061ca31bd298e512e6090a342 100644 (file)
     }
   };
 
-  // [PH] Media queries
-  var phMedia = {
-    small: '(min-width: 0px)',
-    medium: '(min-width: 640px)'
-  };
-
   /**
    * Creates a new instance of a responsive menu.
    * @class