refactor(splashscreen):

This commit is contained in:
Guille 2016-07-17 20:11:35 +02:00
parent 13f10f7e19
commit 499e89e254

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin';
import { Cordova, Plugin } from './plugin';
/**
* @name Splashscreen
@ -37,4 +38,4 @@ export class Splashscreen {
})
static hide(): void {}
}
}