X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fevents%2Fpan-gesture-detector-api.cpp;h=18cb0a86605051413ce99445b12fbe4e01409335;hp=e1216b4d348a8b1dff926f150d367410bbf6d68e;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=e8efa9549ccedae5b8377c9eb331aa8392895879 diff --git a/plugins/dali-script-v8/src/events/pan-gesture-detector-api.cpp b/plugins/dali-script-v8/src/events/pan-gesture-detector-api.cpp index e1216b4..18cb0a8 100644 --- a/plugins/dali-script-v8/src/events/pan-gesture-detector-api.cpp +++ b/plugins/dali-script-v8/src/events/pan-gesture-detector-api.cpp @@ -61,7 +61,7 @@ PanGestureDetector PanGestureDetectorApi::New( const v8::FunctionCallbackInfo< v /** * Attaches an actor to the pan gesture. * - * The pan-detected signal will be dispatched when the pan gesture occurs on + * The panDetected signal will be dispatched when the pan gesture occurs on * the attached actor. You can attach several actors to a pan gesture detector. * @method attach * @for PanGestureDetector