You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/03/26 17:04:11 UTC

cordova-plugin-network-information git commit: CB-8185 Fixes typo in `cordova.platformId`

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master 8023cd46d -> 481bdd93b


CB-8185 Fixes typo in `cordova.platformId`


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/481bdd93
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/481bdd93
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/481bdd93

Branch: refs/heads/master
Commit: 481bdd93b023f808c301943ac6c541e3633aeee4
Parents: 8023cd4
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Thu Mar 26 19:03:33 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Thu Mar 26 19:03:33 2015 +0300

----------------------------------------------------------------------
 www/network.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/481bdd93/www/network.js
----------------------------------------------------------------------
diff --git a/www/network.js b/www/network.js
index 6896956..ac792d8 100644
--- a/www/network.js
+++ b/www/network.js
@@ -28,7 +28,7 @@ var exec = require('cordova/exec'),
 // object in bootstrap.js.
 // Browser platform do not need to define this property, because
 // it is already supported by modern browsers
-if (cordova.platforId !== 'browser' && typeof navigator != 'undefined') {
+if (cordova.platformId !== 'browser' && typeof navigator != 'undefined') {
     utils.defineGetter(navigator, 'onLine', function() {
         return this.connection.type != 'none';
     });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org