Переглянути джерело

GridHelper: Fix code style

Mugen87 6 роки тому
батько
коміт
77420c2a69
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/helpers/GridHelper.js

+ 2 - 2
src/helpers/GridHelper.js

@@ -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;