Skip to content

Commit a14530c

Browse files
author
Lukas Narusevicius
committed
merge fixes
1 parent 60e302b commit a14530c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

demo/app/login-view-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class LoginViewModel extends Observable {
120120
showMessageDialog(this.genericContent);
121121
}
122122

123-
public logEvent() {
123+
public logEventAction() {
124124
logEvent('Initial', [{
125125
key: 'number',
126126
value: '',

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/narusevic/nativescript-facebook.git"
28+
"url": "https://github.com/NativeScript/nativescript-facebook.git"
2929
},
3030
"keywords": [
3131
"NativeScript",
@@ -36,11 +36,11 @@
3636
],
3737
"author": "NativeScript Team",
3838
"bugs": {
39-
"url": "https://github.com/narusevic/nativescript-facebook/issues"
39+
"url": "https://github.com/NativeScript/nativescript-facebook/issues"
4040
},
4141
"license": "Apache 2.0",
4242
"typings": "index.d.ts",
43-
"homepage": "https://github.com/narusevic/nativescript-facebook",
43+
"homepage": "https://github.com/NativeScript/nativescript-facebook",
4444
"readmeFilename": "README.md",
4545
"devDependencies": {
4646
"tns-core-modules": "^5.0.0",

0 commit comments

Comments
 (0)