'use strict'; function isMobile() { return $(window).width() < 768; } module.exports = isMobile;