Skip to content

Commit 516a70c

Browse files
author
Dimitar Todorov
committed
Fix lint errors in app.module.ts
1 parent 1d348c5 commit 516a70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-angular/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { routes } from "./app.routing";
1010
import { NavigationService } from "./services/navigation.service";
1111
import * as nsFacebook from "nativescript-facebook";
1212

13-
application.on(application.launchEvent, function (args) {
13+
application.on(application.launchEvent, function (args) {
1414
nsFacebook.init("1771472059772879");
1515
});
1616

0 commit comments

Comments
 (0)