Skip to content

Commit 51619ac

Browse files
committed
fix lint
1 parent dd1c88b commit 51619ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/app/vendor-platform.android.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require("application");
22
if (!global["__snapshot"]) {
3-
/*
4-
In case snapshot generation is enabled these modules will get into the bundle but will not be required/evaluated.
3+
/*
4+
In case snapshot generation is enabled these modules will get into the bundle but will not be required/evaluated.
55
The snapshot webpack plugin will add them to the tns-java-classes.js bundle file. This way, they will be evaluated on app start as early as possible.
66
*/
7-
require("ui/frame");
8-
require("ui/frame/activity");
7+
require("ui/frame");
8+
require("ui/frame/activity");
99
}

0 commit comments

Comments
 (0)