dillon1000/react
Commit
Browse files Merge pull request #1599 from syranide/escbrow
Split escapeTextForBrowser into escapeTextContentForBrowser and quoteAttributeValueForBrowser
Changed paths9 files
First-parent comparisonsrc/browser/ui/ReactDOMComponent.js ModifiedM src/browser/ui/ReactDOMTextComponent.js ModifiedM src/browser/ui/__tests__/ReactDOMComponent-test.js ModifiedM src/browser/ui/dom/DOMPropertyOperations.js ModifiedM src/browser/ui/dom/setTextContent.js ModifiedR src/utils/__tests__/escapeTextForBrowser-test.js →src/utils/__tests__/escapeTextContentForBrowser-test.js RenamedA src/utils/__tests__/quoteAttributeValueForBrowser-test.js AddedR src/utils/escapeTextForBrowser.js →src/utils/escapeTextContentForBrowser.js RenamedA src/utils/quoteAttributeValueForBrowser.js AddedPatch
Files changed
Rendering syntax-highlighted changes…