Roan Kattouw
|
6f3c407314
|
Introduce es.DocumentNode.getCommonAncestorPaths(), with tests
|
2011-11-24 15:34:12 +00:00 |
|
Trevor Parscal
|
6b19489742
|
Added new line at the end of the file
|
2011-11-22 22:56:49 +00:00 |
|
Inez Korczynski
|
383e4e324a
|
Added static function es.DocumentNode.traverseUpstream
|
2011-11-18 05:18:48 +00:00 |
|
Trevor Parscal
|
713a80596d
|
Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch.
|
2011-11-10 19:26:02 +00:00 |
|
Trevor Parscal
|
fbacdfc98a
|
Reorganized a few methods to reduce duplication, improved documentation
|
2011-11-04 17:07:34 +00:00 |
|
Trevor Parscal
|
ff0ac9754c
|
Removed unused file
|
2011-11-04 16:41:34 +00:00 |
|
Inez Korczynski
|
4a1167117b
|
Make drawSelection in ContentView works without parameter range being passed and the same for DocumentNode. Define getElementLength and getContentLength as methods in DocumentViewNode.
|
2011-11-02 22:53:14 +00:00 |
|
Trevor Parscal
|
2b499d5990
|
Reorganized modules by javascript namespace
|
2011-11-02 21:31:45 +00:00 |
|