You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/10/03 11:56:58 UTC

git commit: CB-7704 Fix /amazon_fireos_parser.js: 'et' is not defined error

Repository: cordova-lib
Updated Branches:
  refs/heads/master 1e12cb11a -> 457223806


CB-7704 Fix /amazon_fireos_parser.js: 'et' is not defined error


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

Branch: refs/heads/master
Commit: 457223806dbbdefa4af3b29300d69dd00315ed96
Parents: 1e12cb1
Author: sgrebnov <v-...@microsoft.com>
Authored: Fri Oct 3 13:56:50 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Fri Oct 3 13:56:50 2014 +0400

----------------------------------------------------------------------
 cordova-lib/src/cordova/metadata/amazon_fireos_parser.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/45722380/cordova-lib/src/cordova/metadata/amazon_fireos_parser.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/metadata/amazon_fireos_parser.js b/cordova-lib/src/cordova/metadata/amazon_fireos_parser.js
index 82be904..50f0957 100644
--- a/cordova-lib/src/cordova/metadata/amazon_fireos_parser.js
+++ b/cordova-lib/src/cordova/metadata/amazon_fireos_parser.js
@@ -23,6 +23,7 @@
 
 var fs            = require('fs'),
     path          = require('path'),
+    et            = require('elementtree'),
     xml           = require('../../util/xml-helpers'),
     util          = require('../util'),
     events        = require('../../events'),


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