mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
web client static get now is private
This commit is contained in:
@ -68,7 +68,7 @@ export module tk {
|
||||
}
|
||||
}
|
||||
|
||||
public static get(url: string, successCallback: (result: any) => void, errorCallback?: (e: Error) => void) {
|
||||
private static get(url: string, successCallback: (result: any) => void, errorCallback?: (e: Error) => void) {
|
||||
try {
|
||||
|
||||
} catch (ex) {
|
||||
|
Reference in New Issue
Block a user