瀏覽代碼

Update Geometry.html

example was missing a semicolon.
Lutcikaur 12 年之前
父節點
當前提交
9d28055b8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/core/Geometry.html

+ 1 - 1
docs/api/core/Geometry.html

@@ -17,7 +17,7 @@
 
 		<h2>Example</h2>
 
-		<code>var geometry = new THREE.Geometry()
+		<code>var geometry = new THREE.Geometry();
 
 		geometry.vertices.push( new THREE.Vector3( -10,  10, 0 ) );
 		geometry.vertices.push( new THREE.Vector3( -10, -10, 0 ) );