mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user