X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fpan-gesture-detector.js;h=55291e0900b01f7b9c6d7f3a4f9028876c4f807d;hp=1e8218329a223cd7ec27fabb4f911bd72f456142;hb=ed63bc786cfe75f3ea8731ffa0d5d92d87a0131c;hpb=4bf366c7c657eacb5cf150fa52e34263ca16218f diff --git a/plugins/dali-script-v8/docs/content/pan-gesture-detector.js b/plugins/dali-script-v8/docs/content/pan-gesture-detector.js index 1e82183..55291e0 100644 --- a/plugins/dali-script-v8/docs/content/pan-gesture-detector.js +++ b/plugins/dali-script-v8/docs/content/pan-gesture-detector.js @@ -20,7 +20,7 @@ dali.stage.add(actor); panGestureDetector.attach(actor); // Connect the detected signal -panGestureDetector.connect("panDetected", onPan); +panGestureDetector.on("panDetected", onPan); onPan = function(actor, panGesture) {