提交 4d5884cf 编写于 作者: M Mugen87

Examples: Clean up.

上级 5fd6699e
......@@ -1140,7 +1140,7 @@ THREE.OrbitControls = function ( object, domElement ) {
// make sure element can receive keys.
if ( scope.domElement.tabIndex === -1 ) {
if ( scope.domElement.tabIndex === - 1 ) {
scope.domElement.tabIndex = 0;
......
......@@ -1150,7 +1150,7 @@ var OrbitControls = function ( object, domElement ) {
// make sure element can receive keys.
if ( scope.domElement.tabIndex === -1 ) {
if ( scope.domElement.tabIndex === - 1 ) {
scope.domElement.tabIndex = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册