Skip to content

Commit

Permalink
Corrected the param value to enable/disable (issue websanova#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparree committed Feb 25, 2015
1 parent f860ad2 commit 2d899ac
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 @@ -69,7 +69,7 @@ $("#elem").wScratchPad('image', './images/winner.png');
```js
$('#elem').wScratchPad('reset');
$('#elem').wScratchPad('clear');
$('#elem').wScratchPad('enabled', <boolean>);
$('#elem').wScratchPad('enable', <boolean>);
```


Expand Down

0 comments on commit 2d899ac

Please sign in to comment.