Skip to content

Commit 979ca7a

Browse files
authored
Merge pull request #5 from ssjsamir/updateeample1
Fix example
2 parents 1585a0b + 2073f1f commit 979ca7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ btnOpenDialog.addEventListener('click', function () {
1414
WebDialog.open({
1515
url: 'https://appcelerator.com',
1616
title: 'Hello World',
17-
17+
1818
// iOS 10+
1919
tintColor: 'red',
2020
barColor: 'green',
@@ -33,4 +33,4 @@ WebDialog.addEventListener('close', function (event) {
3333
console.log('close: ' + JSON.stringify(event));
3434
});
3535

36-
nav.open();
36+
win.open();

0 commit comments

Comments
 (0)