Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 864a778

Browse files
committed
Use double quotes everywhere.
1 parent 9c281b8 commit 864a778

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Diff for: vendor-platform.android.ts.template

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//Resolve JavaScript classes that extend a Java class, and need to resolve
2-
//their JavaScript module from a bundled script. For example:
3-
//NativeScriptApplication, NativeScriptActivity, etc.
1+
// Resolve JavaScript classes that extend a Java class, and need to resolve
2+
// their JavaScript module from a bundled script. For example:
3+
// NativeScriptApplication, NativeScriptActivity, etc.
44
//
5-
//This module gets bundled together with the rest of the app code and the
6-
//`require` calls get resolved to the correct bundling import call.
5+
// This module gets bundled together with the rest of the app code and the
6+
// `require` calls get resolved to the correct bundling import call.
77
//
8-
//At runtime the module gets loaded *before* the rest of the app code, so code
9-
//placed here needs to be careful about its dependencies.
8+
// At runtime the module gets loaded *before* the rest of the app code, so code
9+
// placed here needs to be careful about its dependencies.
1010

1111
require("application");
1212
require("ui/frame");

Diff for: vendor.ts.angular.template

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
require("./vendor-platform");
22

3-
require('reflect-metadata');
4-
require('@angular/platform-browser');
5-
require('@angular/core');
6-
require('@angular/common');
7-
require('@angular/forms');
8-
require('@angular/http');
9-
require('@angular/router');
3+
require("reflect-metadata");
4+
require("@angular/platform-browser");
5+
require("@angular/core");
6+
require("@angular/common");
7+
require("@angular/forms");
8+
require("@angular/http");
9+
require("@angular/router");
1010

11-
require('nativescript-angular/platform-static');
12-
require('nativescript-angular/forms');
13-
require('nativescript-angular/router');
11+
require("nativescript-angular/platform-static");
12+
require("nativescript-angular/forms");
13+
require("nativescript-angular/router");

0 commit comments

Comments
 (0)