"use strict";

This commit is contained in:
Mihai Bazon
2012-10-02 12:45:31 +03:00
parent 211792757c
commit e1098b04a7
9 changed files with 18 additions and 0 deletions

View File

@@ -41,6 +41,8 @@
***********************************************************************/
"use strict";
function Compressor(options, false_by_default) {
if (!(this instanceof Compressor))
return new Compressor(options, false_by_default);