Remove JavaScript binding for NativeImage, NinePatchImage, ImageActor and ShaderEffect
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / shared / base-wrapped-object.h
index 3a0e9d9..db1c8a8 100644 (file)
@@ -142,7 +142,7 @@ public:
   void SetJavascriptObject( v8::Isolate* isolate, v8::Local<v8::Object>& object );
 
   /**
-   * @return true if the object is of a certain wrapped type (e.g. ImageActor )
+   * @return true if the object is of a certain wrapped type (e.g. Animation )
    */
   static bool IsWrappedType( v8::Isolate* isolate, const v8::Local<v8::Object>& object,  BaseWrappedObject::Type type);