Browse Source

Merge pull request #18032 from Mugen87/dev29

Examples: Clean up.
Michael Herzog 5 năm trước cách đây
mục cha
commit
e9bd1d970d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/jsm/nodes/core/Node.js

+ 1 - 1
examples/jsm/nodes/core/Node.js

@@ -94,7 +94,7 @@ Node.prototype = {
 
 	},
 
-	generate: function ( builder, output, uuid, type, ns ) {
+	generate: function ( /* builder, output, uuid, type, ns */ ) {
 
 		// This method needs to be implemented in subclasses