diff options
author | portix <portix@gmx.net> | 2013-06-10 21:33:40 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-06-10 21:33:40 +0200 |
commit | fc2103d89ffa9e5319cb3a56fa81996069097dbe (patch) | |
tree | 316284525c74068e834105b933e01ff79f29d641 /scripts | |
parent | 39b7812b5dc216ed070608903d688e002167a4ea (diff) | |
parent | bc126c86392a618f437a7ebac53590873409dc10 (diff) | |
download | dwb-fc2103d89ffa9e5319cb3a56fa81996069097dbe.zip |
Merge branch 'master' of bitbucket.org:portix/dwb
Diffstat (limited to 'scripts')
-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); |