From 3c4c58cac0d5bb10005afce35ebeb66d22ee62cf Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Fri, 24 Feb 2012 01:40:49 +0100 Subject: [PATCH] Bug 729428 - B2G cancel click events r=cjones --- b2g/chrome/content/webapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/chrome/content/webapi.js b/b2g/chrome/content/webapi.js index d4c405c0ced..1443c25a57e 100644 --- a/b2g/chrome/content/webapi.js +++ b/b2g/chrome/content/webapi.js @@ -313,7 +313,7 @@ const KineticPanning = { return this.target !== null; }, - _target: null, + target: null, start: function kp_start(target) { this.target = target;