image changed

This commit is contained in:
Vladimir Enchev
2015-03-04 13:27:20 +02:00
parent 6e23745af8
commit 3903ec13a6

View File

@ -97,7 +97,7 @@ export var test_SettingImageUrlToFileWithinApp = function (done) {
// ### How to create an image and set its url to file within the application.
// ``` JavaScript
var image = new ImageModule.Image();
image.url = "~/app/small-image.png";
image.url = "~/app/logo.png";
// ```
// </snippet>