Skip to content

Commit c4c48eb

Browse files
committed
Updated the version number and source docstring
jquery.csv.js
1 parent d7cbace commit c4c48eb

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/jquery.csv.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
/**
22
* jQuery-csv (jQuery Plugin)
3-
* version: 0.64 (2012-10-06)
3+
* version: 0.70 (2012-11-04)
44
*
55
* This document is licensed as free software under the terms of the
66
* MIT License: http://www.opensource.org/licenses/mit-license.php
77
*
88
* Acknowledgements:
9-
* This plugin was originally designed to assist in parsing CSV files loaded
10-
* from client-side javascript. It's influenced by jQuery.json and the original
11-
*
12-
* The original core RegEx comes directly from the following answer posted by a
13-
* StackOverflow.com user named Ridgerunner.
14-
* Source:
15-
* - http://stackoverflow.com/q/8493195/290340
9+
* The original design and influence to implement this library as a jquery
10+
* plugin is influenced by jquery-json (http://code.google.com/p/jquery-json/).
11+
* If you're looking to use native JSON.Stringify but want additional backwards
12+
* compatibility for browsers that don't support it, I highly recommend you
13+
* check it out.
1614
*
1715
* A special thanks goes out to rwk@acm.org for providing a lot of valuable
1816
* feedback to the project including the core for the new FSM
19-
* (Finite State Machine) parser. If you're looking for a stable TSV parser
20-
* take a look at jquery-tsv (http://code.google.com/p/jquery-tsv/).
17+
* (Finite State Machine) parsers. If you're looking for a stable TSV parser
18+
* be sure to take a look at jquery-tsv (http://code.google.com/p/jquery-tsv/).
2119
2220
* For legal purposes I'll include the "NO WARRANTY EXPRESSED OR IMPLIED.
2321
* USE AT YOUR OWN RISK.". Which, in 'layman's terms' means, by using this

0 commit comments

Comments
 (0)