Skip to content

Commit

Permalink
Updating changelog and re-building.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Nov 19, 2013
1 parent 590f096 commit 332ea5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ An in-progress version being developed on the master branch.
* Fix edit toolbar so diabled state is represented correctly. (by [@joeybaker](https://github.com/joeybaker)). [#203](https://github.com/Leaflet/Leaflet.draw/pull/203)
* Fixed path middle marker positions. (by [@Zverik](https://github.com/Zverik)). [#208](https://github.com/Leaflet/Leaflet.draw/pull/208)
* Fix issue where toolbar buttons would have focus after clicked so couldn't use escape to cancel until clicked map at least once.
* Fix toolbar icons for retina displays. (by [@dwnoble](https://github.com/dwnoble)). [#217](https://github.com/Leaflet/Leaflet.draw/pull/217)
* Ensure that options are not shared between draw handler classes. (by [@yohanboniface](https://github.com/yohanboniface). [#219](https://github.com/Leaflet/Leaflet.draw/pull/219)

## 0.2.2 (October 4, 2013)

Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet.draw-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ L.Draw.Feature = L.Handler.extend({
if (options && options.shapeOptions) {
options.shapeOptions = L.Util.extend({}, this.options.shapeOptions, options.shapeOptions);
}
L.Util.extend(this.options, options);
L.setOptions(this, options);
},

enable: function () {
Expand Down
Loading

0 comments on commit 332ea5a

Please sign in to comment.