Преглед изворни кода

Editor: More animation code commented out.

Mr.doob пре 10 година
родитељ
комит
c95ac998ad
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      editor/js/Sidebar.Animation.js

+ 4 - 0
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;
 
 }