From 178f0940a4acb0affaab169c05b06162064b8e5b Mon Sep 17 00:00:00 2001 From: Nico Grashoff Date: Thu, 20 Aug 2015 16:44:09 +0200 Subject: [PATCH] Remove obsolete @jsx React.DOM pragma --- qrcode.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qrcode.jsx b/qrcode.jsx index b8a1742..0535774 100644 --- a/qrcode.jsx +++ b/qrcode.jsx @@ -1,5 +1,3 @@ -/** @jsx React.DOM */ - var QRCodeComponent = React.createClass({ propTypes: { text: React.PropTypes.string.isRequired, @@ -45,4 +43,4 @@ var QRCodeComponent = React.createClass({ ); } -}); \ No newline at end of file +});