diff --git a/editor/js/Sidebar.Animation.js b/editor/js/Sidebar.Animation.js index bed28f58bbdc4b824669fde6c03ec3ac53da4698..8eb6780dc947518d8f406394d205ea3e3ec467bd 100644 --- a/editor/js/Sidebar.Animation.js +++ b/editor/js/Sidebar.Animation.js @@ -24,6 +24,8 @@ Sidebar.Animation = function ( editor ) { var animationsRow = new UI.Panel(); container.add( animationsRow ); + /* + var animations = {}; signals.objectAdded.add( function ( object ) { @@ -105,6 +107,8 @@ Sidebar.Animation = function ( editor ) { } ); + */ + return container; }