prettydiff
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -55,4 +55,5 @@ /*prettydiff.com api.topcoms:true,api.insize:4,api.inchar:" " */ | ||
d = x.length, | ||
e = ""; | ||
for (a = 1; a < d; a += 1) { | ||
e = "\""; | ||
for (a = 1; a < d; a += 1) { | ||
if (x[a].charAt(0) === "\"") { | ||
@@ -59,0 +60,0 @@ e = ""; |
@@ -389,4 +389,5 @@ /* jsmin.js - 2006-08-31 | ||
d = x.length, | ||
e = ""; | ||
for (a = 1; a < d; a += 1) { | ||
e = "\""; | ||
for (a = 1; a < d; a += 1) { | ||
if (x[a].charAt(0) === "\"") { | ||
@@ -393,0 +394,0 @@ e = ""; |
{ | ||
"name": "prettydiff", | ||
"author": "Austin Cheney <austin.cheney@us.army.mil> (http://prettydiff.com/)", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "File comparison tool to accurately diff between file versions regardless of comments or minification to the whitespace. It can also beautify (pretty print) and minify HTML.", | ||
@@ -6,0 +6,0 @@ "keywords": ["diff", "pretty diff", "pretty print", "pretty-print", "beautify", "minify", "xml", "html", "css", "javascript"], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1184430
15759