Merge "Updated programming guide for image-scaling-and-fitting" into devel/master
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / shared / base-wrapped-object.h
index 3a0e9d9..0efc17e 100644 (file)
@@ -80,6 +80,9 @@ public:
       IMAGE_ATTRIBUTES,
       ACTOR,
       ACTOR_PROPERTY,
+      ITEMVIEW,
+      ITEMFACTORY,
+      SCROLLVIEW,
       RENDER_TASK,
       RENDER_TASK_LIST,
       TIMER,
@@ -142,7 +145,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);