Skip to content

Commit

Permalink
Fix typo in magnific-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 1, 2023
1 parent 3e93435 commit 5b6e051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/jquery.magnific-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
}
},

// Get element postion relative to viewport
// Get element position relative to viewport
_getOffset: function(isLarge) {
var el;
if(isLarge) {
Expand Down Expand Up @@ -1857,4 +1857,4 @@
});

/*>>retina*/
_checkInstance(); }));
_checkInstance(); }));

0 comments on commit 5b6e051

Please sign in to comment.