Sha256: 23552d56e9683e88d1e2d03198dd53752bfe4530222eec9bdb2caa9b35034f0e
Contents?: true
Size: 211 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems