Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kireerik committed Feb 4, 2015
1 parent 801256e commit 5ba3220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var flipDivMenu = FlipDiv.create({
A few handy methods API methods are included, you call these on the instance returned by ```FlipDiv.create``` (see above).

```javascript
flipDivMenu.configure({ mouse: false }); // change settings after initialization
flipDivMenu.configure({ mouse: false }) // change settings after initialization

flipDivMenu.open()

Expand Down

0 comments on commit 5ba3220

Please sign in to comment.