|
@@ -6,8 +6,6 @@ Sidebar.Geometry.IcosahedronGeometry = function ( editor, object ) {
|
|
|
|
|
|
var strings = editor.strings;
|
|
var strings = editor.strings;
|
|
|
|
|
|
- var signals = editor.signals;
|
|
|
|
-
|
|
|
|
var container = new UI.Row();
|
|
var container = new UI.Row();
|
|
|
|
|
|
var geometry = object.geometry;
|
|
var geometry = object.geometry;
|
|
@@ -33,7 +31,6 @@ Sidebar.Geometry.IcosahedronGeometry = function ( editor, object ) {
|
|
|
|
|
|
container.add( detailRow );
|
|
container.add( detailRow );
|
|
|
|
|
|
-
|
|
|
|
//
|
|
//
|
|
|
|
|
|
function update() {
|
|
function update() {
|
|
@@ -43,8 +40,6 @@ Sidebar.Geometry.IcosahedronGeometry = function ( editor, object ) {
|
|
detail.getValue()
|
|
detail.getValue()
|
|
) ) );
|
|
) ) );
|
|
|
|
|
|
- signals.objectChanged.dispatch( object );
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
return container;
|
|
return container;
|