Skip to content

Commit

Permalink
Infographics UX PWA SolidJS ThreeJS Vue ✨ HTMX
Browse files Browse the repository at this point in the history
  • Loading branch information
neodigm authored Feb 2, 2024
1 parent 7b3635d commit ce9aef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next_generation_storefront.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let _d = document;
var isMobile = function(){ return (document.body.clientWidth <= 768) ? true : false; };
const _d = document;
const isMobile = function(){ return (document.body.clientWidth <= 768) ? true : false; };

var oPopOver = (function( _w, _d, _q ){ // Popover UX pattern
const oPopOver = (function( _w, _d, _q ){ // Popover UX pattern
let arPops = [], ePos, iOffTop=0, iOffLft=0;
return {
"init": function(){ // wire DOM events
Expand Down

0 comments on commit ce9aef6

Please sign in to comment.