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, 0 insertions, 9 deletions
diff --git a/apps/system/test/unit/mock_gesture_detector.js b/apps/system/test/unit/mock_gesture_detector.js
deleted file mode 100644
index b66e51c..0000000
--- a/apps/system/test/unit/mock_gesture_detector.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-
-var MockGestureDetector = function() {};
-
-MockGestureDetector.prototype = {
- startDetecting: function() {},
- stopDetecting: function() {}
-};
-