refactor(insomnia):

This commit is contained in:
Guille 2016-07-17 19:57:22 +02:00
parent 3f276580c6
commit 77447975b2

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
/** /**
* @name Insomnia * @name Insomnia
@ -44,4 +45,5 @@ export class Insomnia {
*/ */
@Cordova() @Cordova()
static allowSleepAgain(): Promise<any> { return; } static allowSleepAgain(): Promise<any> { return; }
} }