未验证 提交 7dab705f 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #16067 from Mugen87/dev23

GridHelper: Fix code style
......@@ -57,7 +57,7 @@ GridHelper.prototype = Object.assign( Object.create( LineSegments.prototype ), {
constructor: GridHelper,
copy( source ) {
copy: function ( source ) {
LineSegments.prototype.copy.call( this, source );
......@@ -67,7 +67,7 @@ GridHelper.prototype = Object.assign( Object.create( LineSegments.prototype ), {
},
clone() {
clone: function () {
var parameters = this.parameters;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册