mirror of
https://github.com/donl/JSON-js.git
synced 2026-05-25 22:06:23 -06:00
Public Domain
This commit is contained in:
parent
42c18c621a
commit
96e60ea36b
1 changed files with 18 additions and 2 deletions
20
cycle.js
Executable file → Normal file
20
cycle.js
Executable file → Normal file
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue