From 81f24d13e65a3593a433fe3ecbfb31c527f72f13 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/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index d9ca8729c..3e1972617 100644 --- a/docs/tutorial.md +++ b/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