แก้ชื่อตัวแปล

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-22 15:49:13 +00:00
parent f316d2755a
commit b601af68b4
2 changed files with 2 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ export default function (sim, forceS, forceF) {
},
simulation: function (_) {
return arguments.length ? (toInit = true, simulation = _, hybrid) : simulation;
return arguments.length ? (initAlready = false, simulation = _, hybrid) : simulation;
},
forceSample: function (_) {

View File

@@ -1,3 +1,4 @@
/* eslint-disable block-scoped-var */
import constant from "./constant";
/**