Add a warning about the @jsx declaration

This commit is contained in:
Ivan Kozik
2013-12-29 05:51:07 +00:00
parent 9208a5153e
commit 81f24d13e6

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>