2
0
Эх сурвалжийг харах

added missing export statement to PolarGridHelper.js

Hectate 8 жил өмнө
parent
commit
51c0ea791f

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