mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-29 16:10:12 +08:00
Revert "Fix missing contextID parameter at CEconItem class"
This reverts commit 416321105b
.
This commit is contained in:
parent
416321105b
commit
49ecd46954
@ -1,6 +1,6 @@
|
||||
module.exports = CEconItem;
|
||||
|
||||
function CEconItem(item, descriptions, contextID) {
|
||||
function CEconItem(item, descriptions) {
|
||||
var thing;
|
||||
for(thing in item) {
|
||||
if(item.hasOwnProperty(thing)) {
|
||||
|
Loading…
Reference in New Issue
Block a user