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 <matthew.p.b...@intel.com> Authored: Fri Aug 17 09:26:11 2012 -0700 Committer: mpberk <matthew.p.b...@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' - } + }*/ } }