fixed spelling errors

This commit is contained in:
RefinedSoftwareLLC 2013-03-22 17:26:18 -06:00
parent 9b320fcb33
commit 32839dc55a

View File

@ -115,10 +115,10 @@ exports.minify = function(files, options) {
}; };
}; };
// UglifyJS.beautifyJSON(files, options) { return beautifyedString; }; // UglifyJS.beautifyJSON(files, options) { return beautifiedString; };
// files = a (single or array of) file names, JSON strings, or JSON Objects. // files = a (single or array of) file names, JSON strings, or JSON Objects.
// options = UglifyJS minify options. // options = UglifyJS minify options.
// returns beautifyed string of JSON info. // returns a beautified string of the passed JSON information.
// //
// NEW OPTIONS: // NEW OPTIONS:
// fromObject:true allows passing a JSON object or an array of JSON objects. // fromObject:true allows passing a JSON object or an array of JSON objects.