Side navigation
Ticket #6779: 0001-Avoid-problems-when-adding-text-which-happens-to-mat.patch
File 0001-Avoid-problems-when-adding-text-which-happens-to-mat.patch, 1.4 KB (added by cscott, July 09, 2010 04:20AM UTC)
Patch to fix the problem.
From 7dbc01ae248b1abd8751fdff1ec0891b6ba1d5c6 Mon Sep 17 00:00:00 2001
From: C. Scott Ananian
Date: Fri, 9 Jul 2010 00:18:57 -0400
Subject: [PATCH] Avoid problems when adding text which happens to match an Object method name.
Fixes #6779.
---
src/manipulation.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/manipulation.js b/src/manipulation.js
index cb898cc..b3639cf 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -399,10 +399,12 @@ function buildFragment( args, nodes, scripts ) {
// IE 6 doesn't like it when you put
Download in other formats:
Original Format
File 0001-Avoid-problems-when-adding-text-which-happens-to-mat.patch, 1.4 KB (added by cscott, July 09, 2010 04:20AM UTC)
Patch to fix the problem.
From 7dbc01ae248b1abd8751fdff1ec0891b6ba1d5c6 Mon Sep 17 00:00:00 2001
From: C. Scott Ananian
Date: Fri, 9 Jul 2010 00:18:57 -0400
Subject: [PATCH] Avoid problems when adding text which happens to match an Object method name.
Fixes #6779.
---
src/manipulation.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/manipulation.js b/src/manipulation.js
index cb898cc..b3639cf 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -399,10 +399,12 @@ function buildFragment( args, nodes, scripts ) {
// IE 6 doesn't like it when you put