diff options
-rw-r--r-- | scripts/lib/dwb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/dwb.js b/scripts/lib/dwb.js index 56bb81d6..b779bad9 100644 --- a/scripts/lib/dwb.js +++ b/scripts/lib/dwb.js @@ -912,4 +912,5 @@ }); } })(); + Object.preventExtensions(this); |