0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Neil Jenkins 597024eecb Remove FILTER_(ACCEPT|SKIP) constants.
Just return a boolean for the TreeWalker filter fn. This diverges from the spec,
but since the goal of this implementation is not to fully implement the spec
and we're never going to use a native implementation, this doesn't matter and
the code is easier to read when the function is just returning a boolean like
any normal filter function.
2014-09-04 17:24:31 +07:00
..
Constants.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07:00
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
Editor.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07: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 Add support mult-level lists. 2014-04-07 13:05:44 +10:00
Node.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07:00
outro.js Make into a JS class for multiple instantiation. 2013-06-20 23:15:18 +10:00
Range.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07:00
TreeWalker.js Remove FILTER_(ACCEPT|SKIP) constants. 2014-09-04 17:24:31 +07:00