X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fpan-gesture-detector.js;h=55291e0900b01f7b9c6d7f3a4f9028876c4f807d;hb=c2d1329e1e2211c372f8a696f7afd69edcdf23df;hp=1e8218329a223cd7ec27fabb4f911bd72f456142;hpb=f3da11c2818c6d17706fbb2417f21b602b3190f5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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) {