Comparing version 0.0.5 to 0.0.6
@@ -50,4 +50,3 @@ (function() { | ||
AlmexApi.prototype.getStocks = function(id) { | ||
var xml; | ||
xml = new XmlBuilder(this.requests.stocks.xml).buildWith({ | ||
this.requests.stocks.xml = new XmlBuilder(this.requests.stocks.xml).buildWith({ | ||
id: id | ||
@@ -54,0 +53,0 @@ }); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
21726
215