add safari option
This commit is contained in:
parent
c0a16473d8
commit
0976fc3e4b
|
|
@ -57,6 +57,7 @@ function minify(files, options) {
|
|||
keep_fnames: false,
|
||||
properties: false,
|
||||
reserved: [],
|
||||
safari10: false,
|
||||
toplevel: false,
|
||||
}, true);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(options){
|
|||
options = defaults(options, {
|
||||
cache: null,
|
||||
ie8: false,
|
||||
safari10: false,
|
||||
});
|
||||
|
||||
// pass 1: setup scope chaining and handle definitions
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user