From d1d7723af6f92059b6103e46e80efabc879ca627 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 21 Feb 2001 00:58:41 +0000 Subject: [PATCH] Minor whitespace deletion - git-svn-id: svn://10.0.0.236/trunk@87527 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/js1_5/Regress/regress-68498-001.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/tests/js1_5/Regress/regress-68498-001.js b/mozilla/js/tests/js1_5/Regress/regress-68498-001.js index 18f7b501a75..3fb17647a5e 100644 --- a/mozilla/js/tests/js1_5/Regress/regress-68498-001.js +++ b/mozilla/js/tests/js1_5/Regress/regress-68498-001.js @@ -31,7 +31,7 @@ */ //------------------------------------------------------------------------------------------------- var bug = 68498; -var summary ='Testing that variable statement outside any eval creates' + +var summary ='Testing that variable statement outside any eval creates' + ' a DontDelete property of the global object';