You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Note that in the mime type for Javascript is now officially 'application/javascript'. If you
70
-
set the type to application/javascript in IE browsers, your Javscript will fail. Just don't set a
70
+
set the type to application/javascript in IE browsers, your Javacript will fail. Just don't set a
71
71
type via the script tag and set the mime type from your server. Most browsers look at the server mime
72
72
type anyway -->
73
73
@@ -110,7 +110,7 @@ S.restorePrototype(); //be a good citizen and clean up
110
110
```
111
111
112
112
113
-
### Browser Compatiblity
113
+
### Browser Compatibility
114
114
115
115
`string.js` has been designed to be compatible with Node.js and with IE6+, Firefox 3+, Safari 2+, Chrome 3+. Please [click here][browsertest] to run the tests in your browser. Report any browser issues here: https://github.com/jprichardson/string.js/issues
116
116
@@ -880,7 +880,7 @@ You can either optionally pass in two string arguments or pass in a configuratio
880
880
-`delimiter`: The character that is separates or delimits fields. Default: `,`
881
881
-`qualifier`: The character that encloses fields. Default: `"`
882
882
-`escape`: The character that escapes any incline `qualifier` characters. Default: `\`, in JS this is `\\`
883
-
-`encloseNumbers`: Enclose number objects with the `qualifier`chracter. Default: `true`
883
+
-`encloseNumbers`: Enclose number objects with the `qualifier`character. Default: `true`
884
884
-`keys`: If the input isn't an array, but an object, then if this is set to true, the keys will be output to the CSV line, otherwise it's the object's values. Default: `false`.
0 commit comments