Преглед на файлове

Remove optional parameter from render call

ApisNecros преди 3 месеца
родител
ревизия
13e43246eb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      13/13_1.js

+ 1 - 1
13/13_1.js

@@ -12,4 +12,4 @@ const sampleInput = [104, 1, 104, 2, 104, 3, 104, 6, 104, 5, 104, 4, 99];
 const arcade = new Computer(input);
 arcade.Run();
 
-render(arcade.outputValues, true);
+render(arcade.outputValues);