added missing comma
This commit is contained in:
parent
7e8513cdd6
commit
2fb78f4fc5
1 changed files with 1 additions and 2 deletions
|
|
@ -225,8 +225,7 @@ methods: {
|
||||||
this.glassParts[g.glassLocation + "-" + g.glassName] = {
|
this.glassParts[g.glassLocation + "-" + g.glassName] = {
|
||||||
[g.glassLocation]: [partNumber],
|
[g.glassLocation]: [partNumber],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue