aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/lib/escapeTextContentForBrowser.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/react-dom/lib/escapeTextContentForBrowser.js')
-rw-r--r--node_modules/react-dom/lib/escapeTextContentForBrowser.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_modules/react-dom/lib/escapeTextContentForBrowser.js b/node_modules/react-dom/lib/escapeTextContentForBrowser.js
index ec29818d2..6138f315e 100644
--- a/node_modules/react-dom/lib/escapeTextContentForBrowser.js
+++ b/node_modules/react-dom/lib/escapeTextContentForBrowser.js
@@ -102,7 +102,6 @@ function escapeHtml(string) {
}
// end code copied and modified from escape-html
-
/**
* Escapes text to prevent scripting attacks.
*