aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-04-26 10:52:42 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-04-26 10:52:42 +0200
commiteb227537b65c0ec1c328fc2f3bf0cdbaf317b32e (patch)
tree61f3e80332a0394344d21a41c09d3f57c2ad1119 /src
parent649b8ac55380d68ca4acec4173a512825854ad04 (diff)
parent0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c (diff)
downloadosm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.gz
osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.xz
osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'src')
-rw-r--r--src/nodejs/package.json4
-rw-r--r--src/nodejs/parse.js2
2 files changed, 2 insertions, 4 deletions
diff --git a/src/nodejs/package.json b/src/nodejs/package.json
index 92b4c3c..4cd1c7b 100644
--- a/src/nodejs/package.json
+++ b/src/nodejs/package.json
@@ -9,8 +9,6 @@
, "xmlbuilder" : "*"
, "log4js" : "*"
, "opts" : "*"
- }
-, "dependencies" :
- { "async_testing" : "*"
+ , "async_testing" : "*"
}
}
diff --git a/src/nodejs/parse.js b/src/nodejs/parse.js
index 321823b..4dc12b5 100644
--- a/src/nodejs/parse.js
+++ b/src/nodejs/parse.js
@@ -127,5 +127,5 @@ var parser = function(){
exports.urlToXpathObj = function urlToXpathObj(url){
var parse = new parser();
- return parse.parse(url);
+ return parse.parse(unescape(url));
}