Skip to content

Commit

Permalink
Merge pull request #151 from frac/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jacobtoye committed Jun 24, 2013
2 parents 7a74cb1 + 2736b05 commit 4be8c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ You can change a draw handlers options after initialization by using the `setDra
E.g. to change the colour of the rectangle:

````js
drawControl.setDrawingOptions(
drawControl.setDrawingOptions({
rectangle: {
color: '#0000FF'
}
);
});
````

<a name="thanks" />
Expand Down

0 comments on commit 4be8c68

Please sign in to comment.