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

var MockSleepMenu = {
  startPowerOff: function(){}
};