Skip to content

Commit ed0dbe2

Browse files
committed
Merge pull request nstudio#6 from matt4446/master
Fix two typescript errors
2 parents c529b35 + 2ac4ac5 commit ed0dbe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulltorefresh.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ declare module "nativescript-pulltorefresh" {
4141
/**
4242
* Raised when a refresh event occurs.
4343
*/
44+
on(event: string, callback: (args: observable.EventData) => void, thisArg?: any);
4445
on(event: "refresh", callback: (args: observable.EventData) => void, thisArg?: any);
4546
}
4647

47-
}
48+
}

0 commit comments

Comments
 (0)