瀏覽代碼

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 = Object.create( LineSegments.prototype );
 PolarGridHelper.prototype.constructor = PolarGridHelper;
 PolarGridHelper.prototype.constructor = PolarGridHelper;
 
 
-export { PolarGridHeler };
+export { PolarGridHelper };