Skip to content

Commit fc67b97

Browse files
author
Dimitar Todorov
committed
Fix: reference.d.ts
1 parent 98c11d5 commit fc67b97

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

listview/references.d.ts

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
/// <reference path="../src/node_modules/tns-platform-declarations/ios.d.ts" />
2-
/// <reference path="../src/node_modules/tns-platform-declarations/android.d.ts" />
3-
/// <reference path="../src/node_modules/nativescript-ui-core/ios.d.ts" />
4-
/// <reference path="../src/node_modules/nativescript-ui-core/android.d.ts" />
5-
/// <reference path="../src/ios.d.ts" />
6-
/// <reference path="../src/android.d.ts" />
7-
81
// If the plugin is referenced from npm,
92
// the native typings should be referenced
103
// from the following locations:
11-
// / <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
12-
// / <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
13-
// / <reference path="./node_modules/nativescript-ui-listview/ios.d.ts" />
14-
// / <reference path="./node_modules/nativescript-ui-listview/android.d.ts" />
4+
/// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
5+
/// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
6+
/// <reference path="./node_modules/nativescript-ui-listview/ios.d.ts" />
7+
/// <reference path="./node_modules/nativescript-ui-listview/android.d.ts" />

0 commit comments

Comments
 (0)