2
0
Lutz Roeder 2 жил өмнө
parent
commit
7077e7caa3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      source/nnc.js

+ 1 - 1
source/nnc.js

@@ -11,7 +11,7 @@ nnc.ModelFactory = class {
         }
     }
 
-    async open(/* context, target */) {
+    async open(/* context */) {
         throw new nnc.Error('File contains undocumented NNC data.');
     }
 };