Browse Source

Editor: Fixed typo.

Mr.doob 12 years ago
parent
commit
e83dd188fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.Animation.js

+ 1 - 1
editor/js/Sidebar.Animation.js

@@ -62,7 +62,7 @@ Sidebar.Animation = function ( signals ) {
 		}
 		}
 
 
 	} );
 	} );
-s
+
 	return container;
 	return container;
 
 
 }
 }