Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/test/unit/mock_gesture_detector.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/test/unit/mock_gesture_detector.js')
-rw-r--r--apps/system/test/unit/mock_gesture_detector.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/system/test/unit/mock_gesture_detector.js b/apps/system/test/unit/mock_gesture_detector.js
new file mode 100644
index 0000000..b66e51c
--- /dev/null
+++ b/apps/system/test/unit/mock_gesture_detector.js
@@ -0,0 +1,9 @@
+'use strict';
+
+var MockGestureDetector = function() {};
+
+MockGestureDetector.prototype = {
+ startDetecting: function() {},
+ stopDetecting: function() {}
+};
+