mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
Replace tabs with spaces.
This commit is contained in:
parent
43ddf7ca23
commit
fd3c69a905
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ var toolBar = (function () {
|
||||||
addButton("newShapeButton", function () {
|
addButton("newShapeButton", function () {
|
||||||
createNewEntity({
|
createNewEntity({
|
||||||
type: "Shape",
|
type: "Shape",
|
||||||
shape: "Cube",
|
shape: "Cube",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue