Skip to content

Commit

Permalink
fix(network): remove ontypechange method
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 28, 2017
1 parent d3d8f82 commit 19bc841
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/@ionic-native/plugins/network/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ export class Network {
@CordovaFunctionOverride()
onchange(): Observable<any> { return; }

/**
* Returns an observable to watch connection type changes
* @return {Observable<any>}
*/
@CordovaFunctionOverride()
ontypechange(): Observable<any> { return; }

/**
* Get notified when the device goes offline
* @returns {Observable<any>} Returns an observable.
Expand Down

0 comments on commit 19bc841

Please sign in to comment.