Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Prepare attributes list
- this.list = [];
- // Load attributes list
- this.attributes.forEach(attribute => {
- this.list[this[attribute]] = this.loadJSON(`http://${this.host}/maps/attributes/${attribute}.json`);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement