Browse Source

Updates documentation for LineDashedMaterial

Victor Glindås 8 years ago
parent
commit
52cac2be30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/materials/LineDashedMaterial.html

+ 1 - 1
docs/api/materials/LineDashedMaterial.html

@@ -24,7 +24,7 @@
 		<code>
 var material = new THREE.LineDashedMaterial( {
 	color: 0xffffff,
-	lineWidth: 1,
+	linewidth: 1,
 	scale: 1,
 	dashSize: 3,
 	gapSize: 1,