From 0647c2ee98539776abda0640d4f76416eba78c9b Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sun, 29 Dec 2013 05:51:07 +0000 Subject: [PATCH] Add a warning about the @jsx declaration --- docs/docs/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index d9ca8729cf1..3e197261748 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -43,6 +43,7 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav /** * @jsx React.DOM */ + // The above declaration must remain intact at the top of the script. // Your code here