Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/test/unit/mock_gesture_detector.js
blob: b66e51c632850d0cf503b04c8dafea87fa81b308 (plain)
1
2
3
4
5
6
7
8
9
'use strict';

var MockGestureDetector = function() {};

MockGestureDetector.prototype = {
  startDetecting: function() {},
  stopDetecting: function() {}
};