Merge pull request #734 from ivan/tut-jsx-header

Tell user to keep the @jsx declaration at the top of the script
This commit is contained in:
Pete Hunt
2013-12-28 22:08:19 -08:00
+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>