From 1eef3da3deec71d2bf21b6558c5f3c560819bb94 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 23 Jun 2018 17:41:00 +0100 Subject: [PATCH] dep.js: Fix comment formatting. How did it get left like this? --- dep.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dep.js b/dep.js index 7b55207..e79b9ad 100644 --- a/dep.js +++ b/dep.js @@ -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; -- 2.11.0