Skip to content

Commit

Permalink
Updated version and minified.
Browse files Browse the repository at this point in the history
  • Loading branch information
websanova committed Apr 14, 2014
1 parent a5699e3 commit f860ad2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wScratchPad",
"title": "wScratchPad jQuery Plugin",
"version": "2.0.3",
"version": "2.1.0",
"description": "A jQuery plugin to mimic a scratch card or pad behaviour. Allowing you to scratch off an overlay as either a color or image.",
"main": "wScratchPad.js",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/wScratchPad.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
// we need to run this at differnt sizes.
this.$scratchpad.attr('width', width).attr('height', height);


this.canvas.setAttribute('width', width * devicePixelRatio);
this.canvas.setAttribute('height', height * devicePixelRatio);
this.ctx.scale(devicePixelRatio, devicePixelRatio);
Expand Down
2 changes: 1 addition & 1 deletion wScratchPad.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"canvas",
"html5"
],
"version": "2.0.3",
"version": "2.1.0",
"author": {
"name": "Websanova",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion wScratchPad.min.js

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

0 comments on commit f860ad2

Please sign in to comment.