Skip to content

Commit

Permalink
Fix documentation in relation to issue #565 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Mar 30, 2022
1 parent 7228446 commit 98b4c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -487,7 +487,7 @@ grunt.initConfig({
mangle: {
properties: true
},
reserveDOMCache: true,
reserveDOMProperties: true,
exceptionsFiles: [ 'myExceptionsFile.json' ]
},
my_target: {
Expand Down
2 changes: 1 addition & 1 deletion docs/uglify-examples.md
Expand Up @@ -281,7 +281,7 @@ grunt.initConfig({
mangle: {
properties: true
},
reserveDOMCache: true,
reserveDOMProperties: true,
exceptionsFiles: [ 'myExceptionsFile.json' ]
},
my_target: {
Expand Down

0 comments on commit 98b4c5f

Please sign in to comment.