dep.js, dep-ui.js: Remove `with (MOD) { ... }' wrappers from modules.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000 (16:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Jun 2014 15:35:16 +0000 (16:35 +0100)
commit6cfd4191b11af6db92fd970b7b6f9e2f9c876d83
tree11e2a15cad24e49e91f7ebfd8f62da16f4089fe9
parent9c4e8d7f507407a9a5579842617f460b61584c56
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).
dep-ui.js
dep.js