Skip to content

Commit 735e252

Browse files
Merge pull request #39 from sitefinitysteve/master
Added android globals
2 parents 25672c1 + ebcdc0c commit 735e252

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nativescript-slides.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import {AnimationCurve, Orientation} from 'ui/enums';
1111
import {Color} from 'color';
1212
import {Image} from 'ui/image';
1313

14-
// declare const android:any;
14+
declare var android: any;
15+
declare var com: any;
16+
declare var java: any;
1517

1618
let LayoutParams: any;
1719
if (app.android) {

0 commit comments

Comments
 (0)