Skip to content

Commit

Permalink
* Use the uncompressed script in example
Browse files Browse the repository at this point in the history
  • Loading branch information
joehewitt committed May 20, 2011
1 parent bfa2056 commit 5b8c46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example1.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

</style>

<script type="text/javascript" src="../scrollability-min.js"></script>
<script type="text/javascript" src="../scrollability.js"></script>

<script language="javascript">

Expand Down
2 changes: 1 addition & 1 deletion scrollability.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function createTarget(target, startX, startY, startTime) {
if (!delta) {
// Heuristics to prevent out delta=0 changes from making velocity=0 and
// stopping all motion in its tracks. We need to distinguish when the finger
// has actuall stopped moving from when the timer fired too quickly.
// has actually stopped moving from when the timer fired too quickly.
if (!stillTime) {
stillTime = time;
}
Expand Down

0 comments on commit 5b8c46e

Please sign in to comment.