Tested get/set functions

Found out every function that uses this has problems: when calling an object method as an input callback, this gets replaced with the element that triggered the event.
This commit is contained in:
unsettledgames
2021-07-09 23:44:04 +02:00
parent a18584ff04
commit 3f2d67a36e
13 changed files with 59 additions and 79 deletions

View File

@ -4,8 +4,6 @@
//=include util/onClick.js
//=include util/onClickChildren.js
//=include util/select.js
//=include util/getSetText.js
//=include util/getSetValue.js
//=include util/hexToRgb.js
//=include util/rgbToHex.js
//=include util/rgbToHsl.js