Open raycrummey opened 4 years ago
the line l = k.data sets the reference to k.data, so if you change l it changes k.data.
This line throws an exception k.data is now readonly in Chrome. It is not needed.
the line l = k.data sets the reference to k.data, so if you change l it changes k.data.
This line throws an exception k.data is now readonly in Chrome. It is not needed.