mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
d2e9d2214b
The clean functions used a `this` reference to call createElement, but are called as functions not methods so `this` is undefined. Instead, we'll get the ownerDocument off the nodes passed in, then call the createElement function directly. |
||
---|---|---|
.. | ||
Constants.js | ||
document.html | ||
Editor.js | ||
ie8dom.js | ||
ie8range.js | ||
ie8types.js | ||
intro.js | ||
Node.js | ||
outro.js | ||
Range.js | ||
TreeWalker.js |