Sha256: 0886b9e7a932f33503a8311c5f86320a1e84f3fa65fde38acf01c298825bd8e2
Contents?: true
Size: 211 Bytes
Versions: 6
Compression:
Stored size: 211 Bytes
Contents
var isMobile = true, width = 1200; enquire.register('screen and (min-width:' + width + 'px)',{ match : function() { isMobile = false; }, unmatch : function() { isMobile = true; } });
Version data entries
6 entries across 6 versions & 1 rubygems