This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Editor: Fixed typo.
Mr.doob
12 years ago
parent
1bdf6995d3
commit
e83dd188fe
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
editor/js/Sidebar.Animation.js
+ 1
- 1
editor/js/Sidebar.Animation.js
View File
@@ -62,7 +62,7 @@ Sidebar.Animation = function ( signals ) {
}
}
} );
} );
-
s
+
return container;
return container;
}
}