"use strict";
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
"use strict";
|
||||
|
||||
function Compressor(options, false_by_default) {
|
||||
if (!(this instanceof Compressor))
|
||||
return new Compressor(options, false_by_default);
|
||||
|
||||
Reference in New Issue
Block a user