ui
ui copied to clipboard
Guys, why didn't it work?
trafficstars
Why can't this option use 0 or 1, only true and false?
Hi,
Well, I could tweak code to make it work with 1/0 values, but you know, JavaScript world is moving towards stricter types (https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/) and you should start getting used to strict data types 😄 BTW, next major version will be written in TypeScript.