Skip to content

Commit

Permalink
Remove unnecessary comme in webgl_multiple_elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Nov 16, 2016
1 parent a3f2246 commit 626ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_multiple_elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
new THREE.BoxGeometry( 1, 1, 1 ),
new THREE.SphereGeometry( 0.5, 12, 8 ),
new THREE.DodecahedronGeometry( 0.5 ),
new THREE.CylinderGeometry( 0.5, 0.5, 1, 12 ),
new THREE.CylinderGeometry( 0.5, 0.5, 1, 12 )
];

var template = document.getElementById( "template" ).text;
Expand Down

0 comments on commit 626ac67

Please sign in to comment.