Browse Source

added missing export statement to PolarGridHelper.js

Hectate 8 năm trước cách đây
mục cha
commit
51c0ea791f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/extras/helpers/PolarGridHelper.js

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

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