mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
quick fix for JSMin build
This commit is contained in:
parent
97ea47492f
commit
6346e5d1c2
@ -308,9 +308,9 @@ function jsmin(comment, input, level) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jsmin.oldSize = input.length;
|
jsmin.oldSize = input.length;
|
||||||
ret = m(input);
|
var r = m(input);
|
||||||
jsmin.newSize = ret.length;
|
jsmin.newSize = r.length;
|
||||||
|
|
||||||
return comment + ret;
|
return comment + r;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user