typescript(translucid): testing automated update
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
1a457d4ec7
commit
542d2d1e9a
|
@ -26,6 +26,7 @@ class Translucid {
|
||||||
for (let i in object) {
|
for (let i in object) {
|
||||||
const classes = object[i].classes || [];
|
const classes = object[i].classes || [];
|
||||||
this.bind(i, object[i].file, classes);
|
this.bind(i, object[i].file, classes);
|
||||||
|
//gotta comment this later
|
||||||
console.log(`Binded room with name ${i} and path ${object[i].file} with classes ${classes}`);
|
console.log(`Binded room with name ${i} and path ${object[i].file} with classes ${classes}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,7 @@ class Translucid {
|
||||||
for (let i in object){
|
for (let i in object){
|
||||||
const classes = object[i].classes || [];
|
const classes = object[i].classes || [];
|
||||||
this.bind(i,object[i].file,classes);
|
this.bind(i,object[i].file,classes);
|
||||||
|
//gotta comment this later
|
||||||
console.log(`Binded room with name ${i} and path ${object[i].file} with classes ${classes}`)
|
console.log(`Binded room with name ${i} and path ${object[i].file} with classes ${classes}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue