generic
This commit is contained in:
parent
6a50e833b2
commit
ee3174cbf1
8
lxc.js
8
lxc.js
@ -76,9 +76,7 @@ var lxc = {
|
|||||||
var temp = data[i].split(/\:\s+/);
|
var temp = data[i].split(/\:\s+/);
|
||||||
info[temp[0].toLowerCase().trim()] = temp[1].trim();
|
info[temp[0].toLowerCase().trim()] = temp[1].trim();
|
||||||
}
|
}
|
||||||
|
callback(info);
|
||||||
var args = [info].concat([].slice.call(arguments).slice(1,99));
|
|
||||||
return callback.apply(this, args);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -101,8 +99,8 @@ var lxc = {
|
|||||||
info.push(mapOut);
|
info.push(mapOut);
|
||||||
|
|
||||||
}
|
}
|
||||||
var args = [info].concat([].slice.call(arguments).slice(1,99));
|
|
||||||
return callback.apply(this, args);
|
callback(info);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user