Skip to content

Commit

Permalink
fix jshint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
apedyashev committed Oct 28, 2014
1 parent 4e7b929 commit a1928d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions realistic-pen.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function RealisticPen(inCanvas, inOptions) {

this.destroy = function() {
clearInterval(_updateInterval);
}
};

function _init( inCanvas, inOptions ) {
var container = inCanvas.parentNode;
Expand Down Expand Up @@ -139,7 +139,7 @@ function RealisticPen(inCanvas, inOptions) {
object[key] = val;
}
return object;
};
}

_init(inCanvas, inOptions);
}
Expand Down
2 changes: 1 addition & 1 deletion realistic-pen.min.js

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

0 comments on commit a1928d4

Please sign in to comment.