Skip to content

Commit

Permalink
copyright, minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajs89 committed Feb 3, 2012
1 parent 99e92a9 commit 5c3e906
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Touchy.js
### Because some things just need to be touched.

Touchy.js is a simple light-weight JavaScript library for dealing with touch events in the browser. With no dependencies, just add the script to your page and start hacking.
Touchy.js is a simple light-weight (1.02 kb compressed) JavaScript library for dealing with touch events in the browser. With no dependencies, just add the script to your page and start hacking.


## Quick example
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<body>
<div id="touch-me"></div>

<script src="touchy.js"></script>
<script src="touchy.min.js"></script>
<script>
Touchy.stopWindowBounce();

Expand Down
9 changes: 8 additions & 1 deletion touchy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/* Socket-style finger management for touch events */
/*
Touchy.js
Socket-style finger management for touch events
Jairaj Sethi
*/



(function () {
/* Make sure I can itereate through arrays */
Expand Down
11 changes: 11 additions & 0 deletions touchy.min.js

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

0 comments on commit 5c3e906

Please sign in to comment.