lemonadejs
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -1218,9 +1218,9 @@ /** | ||
} | ||
} else { | ||
requestAnimationFrame(() => { | ||
if (typeof (this.onreconnect) === 'function') { | ||
this.onreconnect(); | ||
} | ||
}); | ||
} | ||
requestAnimationFrame(() => { | ||
if (typeof(this.onconnect) === 'function') { | ||
this.onconnect(false); | ||
} | ||
}); | ||
} | ||
@@ -1227,0 +1227,0 @@ } |
@@ -1223,9 +1223,9 @@ /** | ||
} | ||
} else { | ||
requestAnimationFrame(() => { | ||
if (typeof (this.onreconnect) === 'function') { | ||
this.onreconnect(); | ||
} | ||
}); | ||
} | ||
requestAnimationFrame(() => { | ||
if (typeof(this.onconnect) === 'function') { | ||
this.onconnect(false); | ||
} | ||
}); | ||
} | ||
@@ -1232,0 +1232,0 @@ } |
@@ -42,3 +42,3 @@ { | ||
"types": "dist/lemonade.d.ts", | ||
"version": "4.2.1" | ||
"version": "4.2.2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101536
2397