فهرست منبع

added missing export statement to PolarGridHelper.js

Hectate 8 سال پیش
والد
کامیت
51c0ea791f
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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 };