mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
readme fixed
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
var result = r.content.toJSON();
|
var result = r.content.toString();
|
||||||
}).fail(function (e) { log(e) });
|
}).fail(function (e) { log(e) });
|
||||||
|
|
||||||
http.getString("http://www.reddit.com/").then(function(result) {
|
http.getString("http://www.reddit.com/").then(function(result) {
|
||||||
|
Reference in New Issue
Block a user