Преглед изворни кода

Continue is unnecessary as the last statement in a loop

Tristan Valcke пре 8 година
родитељ
комит
87113d905b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      examples/js/loaders/sea3d/SEA3D.js

+ 0 - 1
examples/js/loaders/sea3d/SEA3D.js

@@ -1326,7 +1326,6 @@ SEA3D.GeometryDelta = function( name, data, sea3d ) {
 					vec.push( a );
 
 				}
-				else continue;
 
 			}