Skip to content

Commit 375e328

Browse files
committed
Full lazy load fragment with intersection
1 parent 5be8d57 commit 375e328

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@puzzle-js/client-lib",
33
"main": "dist/index.js",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "<emre.kul@trendyol.com>",
66
"license": "MIT",
77
"repository": {

src/assetHelper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export class AssetHelper {
2929

3030
static loadJsSeries(scripts: IPageLibAsset[]) {
3131
for (let i = 0, p: any = Promise.resolve(); i < scripts.length; i++) {
32-
console.log(scripts[i], 'line')
3332
p = p.then(() => new Promise(resolve => {
3433
const assetLoading = AssetHelper.loadJs(scripts[i]);
3534
if (!assetLoading) {

0 commit comments

Comments
 (0)