Add a warning about the @jsx declaration

This commit is contained in:
Ivan Kozik
2013-12-29 05:51:07 +00:00
parent 918c5134e1
commit 0647c2ee98
+1
View File
@@ -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
</script>
</body>