From 3903ec13a66f67744f2d68fdf15dd0daad3171c3 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Wed, 4 Mar 2015 13:27:20 +0200 Subject: [PATCH] image changed --- apps/tests/ui/image/image-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/ui/image/image-tests.ts b/apps/tests/ui/image/image-tests.ts index c37438ecd..d13f98339 100644 --- a/apps/tests/ui/image/image-tests.ts +++ b/apps/tests/ui/image/image-tests.ts @@ -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"; // ``` //