new node.findAncestors(selector) and node.findAncestor(selector) functions. close #116

This commit is contained in:
Anton Lavrenov
2015-12-25 21:35:19 +07:00
parent c79fcd377e
commit 28e8758d29
5 changed files with 148 additions and 26 deletions

View File

@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`
- new `node.findAncestors(selector)` and `node.findAncestor(selector)` functions
### Changed
- `moveTo` and some other methods return `this`