Skip to content

Commit

Permalink
Public Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Jul 19, 2012
1 parent 42c18c6 commit 96e60ea
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions cycle.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
// cycle.js
// 2011-08-24
/*
cycle.js
2012-07-18
Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html
USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
NOT CONTROL.
*/

/*jslint evil: true, regexp: true */

Expand Down

0 comments on commit 96e60ea

Please sign in to comment.