Skip to content

Commit 98b4c5f

Browse files
authoredMar 30, 2022
Fix documentation in relation to issue #565 (#566)
1 parent 7228446 commit 98b4c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ grunt.initConfig({
487487
mangle: {
488488
properties: true
489489
},
490-
reserveDOMCache: true,
490+
reserveDOMProperties: true,
491491
exceptionsFiles: [ 'myExceptionsFile.json' ]
492492
},
493493
my_target: {

‎docs/uglify-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ grunt.initConfig({
281281
mangle: {
282282
properties: true
283283
},
284-
reserveDOMCache: true,
284+
reserveDOMProperties: true,
285285
exceptionsFiles: [ 'myExceptionsFile.json' ]
286286
},
287287
my_target: {

0 commit comments

Comments
 (0)