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=1e8218329a223cd7ec27fabb4f911bd72f456142;hp=32856516d3a231764a6299547f67984504e5544b;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=a23ba360cc88e815f0db1118236e082c7391005b 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..1e82183 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.connect("panDetected", onPan); onPan = function(actor, panGesture) { @@ -38,4 +38,4 @@ panGestureDetector.detach(actor); ``` @class PanGestureDetector -*/ \ No newline at end of file +*/