You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/08/17 20:54:50 UTC

[5/19] js commit: Fixed error in platform.js

Fixed error in platform.js


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/0a51b062
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/0a51b062
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/0a51b062

Branch: refs/heads/master
Commit: 0a51b062f49f1260b213367d484dfaa3f3604354
Parents: c158a65
Author: mpberk <ma...@intel.com>
Authored: Fri Aug 17 09:26:11 2012 -0700
Committer: mpberk <ma...@intel.com>
Committed: Fri Aug 17 09:26:11 2012 -0700

----------------------------------------------------------------------
 lib/win8metro/platform.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/0a51b062/lib/win8metro/platform.js
----------------------------------------------------------------------
diff --git a/lib/win8metro/platform.js b/lib/win8metro/platform.js
index 659ec3b..395059a 100755
--- a/lib/win8metro/platform.js
+++ b/lib/win8metro/platform.js
@@ -38,10 +38,10 @@ module.exports = {
                 console: {
                     path: "cordova/plugin/win8metro/console"
 
-                },
+                }/*,
                 notification: {
                     path: 'cordova/plugin/notification'
-                }
+                }*/
             }
 
         }