Skip to content

Commit

Permalink
fix(manager): allow multitouch to be more than 1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Nov 9, 2015
1 parent 3fc88c4 commit 7569536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Manager.prototype.config = function (options) {
// Defaults
this.options.zone = document.body;
this.options.multitouch = false;
this.options.maxNumberOfNipples = 1;
this.options.maxNumberOfNipples = 10;
this.options.mode = 'dynamic'; //static, semi;
this.options.position = {top: 0, left: 0};
this.options.catchDistance = 200;
Expand Down

0 comments on commit 7569536

Please sign in to comment.