Added HTTP source

This commit is contained in:
Alexander Corn
2016-03-04 19:35:04 -05:00
parent 991b11e0f4
commit 1028c4193f
15 changed files with 60 additions and 55 deletions

View File

@@ -71,7 +71,7 @@ function performSearch(request, qs, results, callback) {
qs.start += body.pagesize;
performSearch.call(self, request, qs, results, callback);
}
});
}, "steamcommunity");
}
function CMarketSearchResult(row) {