Просмотр исходного кода

added missing export statement to PolarGridHelper.js

Hectate 9 лет назад
Родитель
Сommit
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 };

粤ICP备19079148号