X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fdali-wrapper.cpp;h=38231b83add921b39477ee63870b7fc40b7ad2df;hp=20fa9f60a24b2cc8d5f981fcaff3f2847ef0d7e0;hb=5ae10c2da573386fe78084f0051a225b818aa23c;hpb=5ed52cca615ac0b47dd0d909821a051fbfa8234a diff --git a/plugins/dali-script-v8/src/dali-wrapper.cpp b/plugins/dali-script-v8/src/dali-wrapper.cpp index 20fa9f6..38231b8 100644 --- a/plugins/dali-script-v8/src/dali-wrapper.cpp +++ b/plugins/dali-script-v8/src/dali-wrapper.cpp @@ -24,9 +24,9 @@ #include #include #include -#include #include #include +#include #include #include #include @@ -59,6 +59,7 @@ const ApiFunction ConstructorFunctionTable[]= { "Rotation", PropertyValueWrapper::NewRotation}, { "Matrix", PropertyValueWrapper::NewMatrix}, { "Path", PathWrapper::NewPath }, + { "PathConstraint", PathConstraintWrapper::NewPathConstraint }, { "Actor", ActorWrapper::NewActor }, { "TextActor", ActorWrapper::NewActor }, { "ImageActor", ActorWrapper::NewActor }, @@ -70,7 +71,6 @@ const ApiFunction ConstructorFunctionTable[]= { "BufferImage", ImageWrapper::NewImage }, { "NinePatchImage", ImageWrapper::NewImage }, { "FrameBufferImage", ImageWrapper::NewImage }, - { "ImageAttributes", ImageAttributesWrapper::NewImageAttributes }, { "Animation", AnimationWrapper::NewAnimation}, { "ShaderEffect", ShaderEffectWrapper::NewShaderEffect}, { "Builder", BuilderWrapper::NewBuilder},