浏览代码

Editor: More animation code commented out.

Mr.doob 9 年之前
父节点
当前提交
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();
 	var animationsRow = new UI.Panel();
 	container.add( animationsRow );
 	container.add( animationsRow );
 
 
+	/*
+
 	var animations = {};
 	var animations = {};
 
 
 	signals.objectAdded.add( function ( object ) {
 	signals.objectAdded.add( function ( object ) {
@@ -105,6 +107,8 @@ Sidebar.Animation = function ( editor ) {
 
 
 	} );
 	} );
 
 
+	*/
+
 	return container;
 	return container;
 
 
 }
 }