Closed bigmediumjosh closed 4 years ago
Line 1301 assigns a new value to updateFill, which threw an error since updateFill is declared as a constant: "TypeError: Attempted to assign to readonly property." Changing to var fixes it.
Line 1301 assigns a new value to updateFill, which threw an error since updateFill is declared as a constant: "TypeError: Attempted to assign to readonly property." Changing to var fixes it.