From 21833cf595293d588123dda1dfd6411d6c763963 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Tue, 28 Dec 2004 16:43:51 +0000 Subject: [PATCH] Turned back on HTML helpers, they are implemented by other browsers, and people use them (276030, r=self). --- js/src/jsconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsconfig.h b/js/src/jsconfig.h index 12f11d0c3dc..493133e7bb6 100644 --- a/js/src/jsconfig.h +++ b/js/src/jsconfig.h @@ -449,7 +449,7 @@ #define JS_HAS_SWITCH_STATEMENT 1 /* has switch (v) {case c: ...} */ #define JS_HAS_SOME_PERL_FUN 1 /* has array.join/reverse/sort */ #define JS_HAS_MORE_PERL_FUN 1 /* has array.push, str.substr, etc */ -#define JS_HAS_STR_HTML_HELPERS 0 /* has str.anchor, str.bold, etc. */ +#define JS_HAS_STR_HTML_HELPERS 1 /* has str.anchor, str.bold, etc. */ #define JS_HAS_PERL_SUBSTR 1 /* has str.substr */ #define JS_HAS_VALUEOF_HINT 1 /* valueOf(hint) where hint is typeof */ #define JS_HAS_LEXICAL_CLOSURE 1 /* nested functions, lexically closed */