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

Now with better spelling. Added correct export

Hectate пре 8 година
родитељ
комит
cd021c903c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/extras/helpers/PolarGridHelper.js

+ 1 - 1
src/extras/helpers/PolarGridHelper.js

@@ -92,4 +92,4 @@ function PolarGridHelper( radius, radials, circles, divisions, color1, color2 )
 PolarGridHelper.prototype = Object.create( LineSegments.prototype );
 PolarGridHelper.prototype.constructor = PolarGridHelper;
 
-export { PolarGridHeler };
+export { PolarGridHelper };