mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +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) });
|
||||
|
||||
http.getString("http://www.reddit.com/").then(function(result) {
|
||||
|
Reference in New Issue
Block a user