You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2013/09/13 15:29:34 UTC

git commit: Fix platforms.js: firefoxos.parser

Updated Branches:
  refs/heads/master f56210447 -> 2ed702fc7


Fix platforms.js: firefoxos.parser

It should be the name, not the actual module already require()d.


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/2ed702fc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/2ed702fc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/2ed702fc

Branch: refs/heads/master
Commit: 2ed702fc7d9e33eed7b13ed91043ed55e06b7ced
Parents: f562104
Author: Braden Shepherdson <br...@gmail.com>
Authored: Fri Sep 13 09:28:55 2013 -0400
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Fri Sep 13 09:28:55 2013 -0400

----------------------------------------------------------------------
 platforms.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/2ed702fc/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index 04654b3..3b31254 100644
--- a/platforms.js
+++ b/platforms.js
@@ -48,7 +48,7 @@ module.exports = {
         version: '3.0.0'
     },
     'firefoxos':{
-        parser: require('./src/metadata/firefoxos_parser'),
+        parser: './src/metadata/firefoxos_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git',
         version: '3.0.0'
     }