Skip to content

Commit

Permalink
Fixed a bug with defaultAction: drawIt: the .typeItDesc would be disp…
Browse files Browse the repository at this point in the history
…layed initially.
  • Loading branch information
thomasjbradley committed May 12, 2011
1 parent f407dff commit 79748a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Source Code

Version History
---
**2.0.4 (May 12, 2011)**

- Fixed a bug with defaultAction: drawIt: the .typeItDesc was initially being displayed when it shouldn’t

**2.0.3 (May 10, 2011)**

- Fixed a bug with bgColour: the colour was not being honoured when clearing the canvas
Expand Down
1 change: 0 additions & 1 deletion assets/jquery.signaturepad.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @link http://github.com/thomasjbradley/signature-pad
* @copyright Copyright MMXI, Thomas J Bradley
* @license New BSD License
* @version 2.0.3
*/

@font-face {
Expand Down
6 changes: 3 additions & 3 deletions assets/jquery.signaturepad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/jquery.signaturepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @link http://github.com/thomasjbradley/signature-pad
* @copyright Copyright MMXI, Thomas J Bradley
* @license New BSD License
* @version 2.0.3
* @version 2.0.4
*/

/**
Expand Down Expand Up @@ -474,7 +474,6 @@ function SignaturePad(selector, options) {
}
}

$(settings.typeItDesc, context).show()
$(settings.sigNav, context).show()
}
}
Expand Down

0 comments on commit 79748a9

Please sign in to comment.