Skip to content

Commit

Permalink
Change so the activity target works
Browse files Browse the repository at this point in the history
Its probably wrong but the activity target didn't work for me even from you example. Is there any implications in making this change in my code?
  • Loading branch information
borntodesign committed Apr 30, 2014
1 parent c45ac98 commit 562c061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plax.js
Expand Up @@ -326,7 +326,7 @@
if (typeof opts.gyroRange === 'number' && opts.gyroRange > 0) motionDegrees = opts.gyroRange;
}

$(document).bind('mousemove.plax', function (e) {
plaxActivityTarget.bind('mousemove.plax', function (e) {
plaxifier(e);
});

Expand Down

0 comments on commit 562c061

Please sign in to comment.