浏览代码

Minor code formatting in PointLight

sole 13 年之前
父节点
当前提交
3762de20fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/lights/PointLight.html

+ 2 - 2
docs/api/lights/PointLight.html

@@ -19,8 +19,8 @@
 		<h2>Example</h2>
 
 		<code>var light = new THREE.PointLight( 0xff0000, 1, 100 );
-		light.position.set( 50, 50, 50 );
-		scene.add( light );</code>
+light.position.set( 50, 50, 50 );
+scene.add( light );</code>
 
 
 		<h2>Constructor</h2>