mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
image url in readme updated
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// Result is JSON!
|
||||
}).fail(function(e) { console.log("Error:" + e.message); });
|
||||
|
||||
http.getImage("http://www.telerik.com/sfimages/default-source/Homepage/hp_any_approachf6e4079a7a99493a8ab2e367b9cb3f7d.png").then(function(result) {
|
||||
http.getImage("http://www.google.com/images/errors/logo_sm_2.png").then(function(result) {
|
||||
// Result is tk.ui.Image!
|
||||
}).fail(function(e) { console.log("Error:" + e.message); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user