Browse Source

Add a warning about the @jsx declaration

main
Ivan Kozik 11 years ago
parent
commit
81f24d13e6
  1. 1
      docs/tutorial.md

1
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
</script>
</body>

Loading…
Cancel
Save