kylekyle / monitoring

A simple, efficient, and lightweight ES module to monitor the DOM for when elements are added, removed, have appeared, have disappeared, or are resized.
17 stars 1 forks source link

_cancelCallbacks should be private #1

Closed kylekyle closed 4 years ago

kylekyle commented 4 years ago

As soon as private class fields hit stage 4, make _cancelCallbacks in monitor.js a proper private class field.