WebClient folder renamed to net and WebClient renamed to HttpClient

This commit is contained in:
Vladimir Enchev
2014-04-14 15:02:34 +03:00
parent f7b5c9af3e
commit 2cdad80094
8 changed files with 21 additions and 21 deletions

2
net/index.ts Normal file
View File

@ -0,0 +1,2 @@
declare var module, require;
module.exports = require("net/http_client");