X-Git-Url: https://git.distorted.org.uk/~mdw/dep-ui/blobdiff_plain/5a0d36b9f9bcc3791114155e2a3b2657528cea19..1eef3da3deec71d2bf21b6558c5f3c560819bb94:/dep.js diff --git a/dep.js b/dep.js index f4b0ff9..e79b9ad 100644 --- a/dep.js +++ b/dep.js @@ -18,7 +18,7 @@ * GNU Library General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see . + * along with this program; if not, see . */ var DEP = { }; (function () { @@ -497,10 +497,9 @@ function with_frozen(body, delay) { * If the BODY function changes any dep values (using D.set_value(...)) * then dependents won't be updated until the BODY completes. * - * It's very - * bad to do this during a recomputation phase. If DELAY is true, then the - * BODY is delayed until the recomputation completes; otherwise you get an - * exception. + * It's very bad to do this during a recomputation phase. If DELAY is + * true, then the BODY is delayed until the recomputation completes; + * otherwise you get an exception. */ var op, val;