Skip to content

Commit

Permalink
Micro-optimizing default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymun committed May 15, 2015
1 parent 24c8ae6 commit 5b5ef41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.paver.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
tiltSensitivity: 0.2,
tiltScrollerPersistence: 500,
tiltSmoothingFunction: 'tangent',
tiltThresholdPortrait: 16,
tiltThresholdPortrait: 12,
tiltThresholdLandscape: 24
},
global = {};
Expand Down
Loading

0 comments on commit 5b5ef41

Please sign in to comment.