diff --git a/src/plugins/network.ts b/src/plugins/network.ts index 1bca41273..3986963ab 100644 --- a/src/plugins/network.ts +++ b/src/plugins/network.ts @@ -32,7 +32,7 @@ declare var navigator: any; * if (Network.connection === Connection.WIFI) { * console.log('we got a wifi connection, woohoo!'); * } - * }); + * }, 3000); * }); * * // stop connect watch