Replace tabs with spaces.

This commit is contained in:
Saracen 2019-05-09 02:14:00 +01:00
parent 43ddf7ca23
commit fd3c69a905

View file

@ -863,7 +863,7 @@ var toolBar = (function () {
addButton("newShapeButton", function () {
createNewEntity({
type: "Shape",
shape: "Cube",
shape: "Cube",
});
});