From: Mark Wooding Date: Fri, 27 Jun 2014 15:35:16 +0000 (+0100) Subject: dep.js, dep-ui.js: Remove `with (MOD) { ... }' wrappers from modules. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dep-ui/commitdiff_plain/6cfd4191b11af6db92fd970b7b6f9e2f9c876d83?hp=6cfd4191b11af6db92fd970b7b6f9e2f9c876d83 dep.js, dep-ui.js: Remove `with (MOD) { ... }' wrappers from modules. Using `with' is apparently an excellent way of inhibiting optimization in V8 (and probably other implementations). ---