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=32856516d3a231764a6299547f67984504e5544b;hb=ed63bc786cfe75f3ea8731ffa0d5d92d87a0131c;hpb=928136dbb9e23970f3894eabc7c8b224003b77be 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 3285651..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("pan-detected", onPan); +panGestureDetector.on("panDetected", onPan); onPan = function(actor, panGesture) { @@ -38,4 +38,4 @@ panGestureDetector.detach(actor); ``` @class PanGestureDetector -*/ \ No newline at end of file +*/