X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fresource-image.js;h=ccdfe778bb361a944fd2a40b553f60bff0e8eb51;hb=0031ca8312dba666109e4f7fbb62a3a5e288b7c2;hp=618f3cfc0ebbe2905d0acaa97682b9e9d5ff19df;hpb=4c85a797e24c20bfb1670c079e5f66a9a5d6fa0e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/docs/content/resource-image.js b/plugins/dali-script-v8/docs/content/resource-image.js index 618f3cf..ccdfe77 100644 --- a/plugins/dali-script-v8/docs/content/resource-image.js +++ b/plugins/dali-script-v8/docs/content/resource-image.js @@ -33,11 +33,11 @@ var options = { } var image = new dali.ResourceImage( options ); -image.connect("image-loading-finished", finished ); +image.connect("imageLoadingFinished", finished ); var imageActor = new dali.ImageActor( image ); ``` @class ResourceImage @extends Image - */ \ No newline at end of file + */