fix: const to let
This commit is contained in:
parent
9ce027285c
commit
d6827e6dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ function HippieMeta($ma, $pp) {
|
||||||
let metaOn = false;
|
let metaOn = false;
|
||||||
|
|
||||||
$ma.click(function () {
|
$ma.click(function () {
|
||||||
const $wrap, $pop;
|
let $wrap, $pop;
|
||||||
|
|
||||||
// if (metaOn !== true) {
|
// if (metaOn !== true) {
|
||||||
if (!metaOn) {
|
if (!metaOn) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue