Skip to content

Commit

Permalink
add safari option
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlmint committed May 11, 2017
1 parent 185ef26 commit 9621b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/minify.js
Expand Up @@ -54,6 +54,7 @@ function minify(files, options) {
cache: null,
eval: false,
ie8: false,
safari10: false,
keep_fnames: false,
properties: false,
reserved: [],
Expand Down
1 change: 1 addition & 0 deletions lib/scope.js
Expand Up @@ -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
Expand Down

0 comments on commit 9621b0c

Please sign in to comment.