diff options
author | Elias Norberg <xyzzy@kudzu.se> | 2013-01-29 22:04:32 +0100 |
---|---|---|
committer | Elias Norberg <xyzzy@kudzu.se> | 2013-01-29 22:04:32 +0100 |
commit | 604bc1ec8e04043a1879322b791e92a8742e7b6b (patch) | |
tree | 227d1d7dc5c68d907b4f096babe8b4968a18f2a2 /scripts/lib/util.js | |
parent | 5b12b5d14a9618889ff9b5b538b4c51418b3b317 (diff) | |
parent | 88c83fc2e0025e1df372f8b5b9ce649218d5f788 (diff) | |
download | dwb-604bc1ec8e04043a1879322b791e92a8742e7b6b.zip |
Merge branch 'master' of hg::https://bitbucket.org/portix/dwb
Diffstat (limited to 'scripts/lib/util.js')
-rw-r--r-- | scripts/lib/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/util.js b/scripts/lib/util.js index 0d9986d1..f104628e 100644 --- a/scripts/lib/util.js +++ b/scripts/lib/util.js @@ -73,7 +73,6 @@ }); Object.freeze(util); - if (Object.prototype.forEach === undefined) { Object.defineProperty(Object.prototype, "forEach", |