소스 검색

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 };