mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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