From ecbc0951e34aa59115279bc521cadb0680d3b67f Mon Sep 17 00:00:00 2001 From: SanderSpies Date: Thu, 19 Sep 2013 06:48:38 +0200 Subject: [PATCH] - removed creation of the id within the tooling integration doc (expect this to be done by @zpao's pull request) - removed the if statement and now always provide a warning message (as proposed by @spicyj) - improved the warning message --- docs/08-tooling-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-tooling-integration.md b/docs/08-tooling-integration.md index ed9d5b2fb..abe17706c 100644 --- a/docs/08-tooling-integration.md +++ b/docs/08-tooling-integration.md @@ -20,7 +20,7 @@ We provide CDN-hosted versions of React [on our download page](/react/downloads. We have instructions for building from `master` [in our GitHub repository](https://github.com/facebook/react). We build a tree of CommonJS modules under `build/modules` which you can drop into any environment or packaging tool that supports CommonJS. -## JSX +## JSX ### In-browser JSX Transform