-
Changed:
- Corrected grammar issues in comment lines.
- Fixed(grammar) the name of an internal helper function:
=>removeNotifyElmentsAndWrapper
removeNotifyElementsAndWrapper
-
Fixed:
- Fix on
commonCheckHeadOrBody
internal helper function, which was checking fornull
instead ofundefined
.- This overthought helper is intended to verify that
window.document.head
orwindow.document.body
exists.
- This overthought helper is intended to verify that
- Fix on
Happy new year!