6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 424 forks source link

fix example error #986

Closed 6pac closed 7 months ago

6pac commented 7 months ago

(bool ? obj.f1 : obj.f2)(params) is an antipattern as obj is not passed as this to the function