You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious about adding a global scope for the $document selector. At the moment, each instance of HeightEqualizer() will have it's own $document element stored in mem. Considering making one with a unique enough name to reference in all instances.
Curious about adding a global scope for the
$document
selector. At the moment, each instance ofHeightEqualizer()
will have it's own$document
element stored in mem. Considering making one with a unique enough name to reference in all instances.Currently: https://github.com/billcolumbia/Height-Equalizer/blob/master/source.js#L36
The text was updated successfully, but these errors were encountered: