web client static get now is private

This commit is contained in:
Vladimir Enchev
2014-03-21 09:29:27 +02:00
parent 65c920c8c1
commit 3514bdeb30
3 changed files with 3 additions and 3 deletions

View File

@ -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) {