0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Neil Jenkins d2e9d2214b Fix broken references to this.
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.
2013-07-17 11:13:49 +10:00
..
Constants.js Make into a JS class for multiple instantiation. 2013-06-20 23:15:18 +10:00
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
Editor.js Fix broken references to this. 2013-07-17 11:13:49 +10:00
ie8dom.js Tidy. Ensure trailing new line in all source files 2012-08-07 13:36:05 +10:00
ie8range.js Fix IE returns null for getSelection if never focussed. 2012-08-09 15:08:04 +10:00
ie8types.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
intro.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
Node.js Fix reference to setPlaceholderTextNode 2013-07-16 20:36:24 +10:00
outro.js Make into a JS class for multiple instantiation. 2013-06-20 23:15:18 +10:00
Range.js Turn Range prototype extensions into functions. 2013-06-20 21:03:01 +10:00
TreeWalker.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00