From 006e4b87f3aee46daa3108ecdb1e608129dbf37d Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 25 Oct 2012 19:57:37 +0200 Subject: [PATCH] Editor: Refactored Sidebar files. --- editor/index.html | 7 +++---- ...bar.Properties.Geometry.js => Sidebar.Geometry.js} | 2 +- ...bar.Properties.Material.js => Sidebar.Material.js} | 2 +- ...bar.Properties.Object3D.js => Sidebar.Object3D.js} | 2 +- editor/js/ui/Sidebar.Properties.js | 11 ----------- editor/js/ui/Sidebar.Scene.js | 2 +- editor/js/ui/Sidebar.js | 9 ++++----- 7 files changed, 11 insertions(+), 24 deletions(-) rename editor/js/ui/{Sidebar.Properties.Geometry.js => Sidebar.Geometry.js} (98%) rename editor/js/ui/{Sidebar.Properties.Material.js => Sidebar.Material.js} (99%) rename editor/js/ui/{Sidebar.Properties.Object3D.js => Sidebar.Object3D.js} (99%) delete mode 100644 editor/js/ui/Sidebar.Properties.js diff --git a/editor/index.html b/editor/index.html index 284de33e1b..e8f1127385 100644 --- a/editor/index.html +++ b/editor/index.html @@ -42,10 +42,9 @@ - - - - + + +