提交 51c0ea79 编写于 作者: H Hectate

added missing export statement to PolarGridHelper.js

上级 f5e7e679
......@@ -90,4 +90,6 @@ function PolarGridHelper( radius, radials, circles, divisions, color1, color2 )
}
PolarGridHelper.prototype = Object.create( LineSegments.prototype );
PolarGridHelper.prototype.constructor = PolarGridHelper;
\ No newline at end of file
PolarGridHelper.prototype.constructor = PolarGridHelper;
export { PolarGridHeler };
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册