chore(): lint

This commit is contained in:
Ibby Hadeed 2017-12-08 14:51:03 -05:00
parent ae94c710af
commit 9e6f178378

View File

@ -1,7 +1,3 @@
/**
* Network Interface Plugin
*
*/
import { Injectable } from '@angular/core';
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
@ -36,8 +32,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
export class NetworkInterface extends IonicNativePlugin {
@Cordova()
getIPAddress(): Promise<string> { return; }
getIPAddress(): Promise<string> {
return;
}
/**
* Gets the WiFi IP address
* @param success {Function} Callback used when successful