From ab8e52f894123bf771907ff04a4d2d5cdde7ce47 Mon Sep 17 00:00:00 2001 From: ko Date: Tue, 16 Jun 2015 00:29:45 -0700 Subject: [PATCH] @jsx pragma deprecated in 0.12 As found in: https://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html#the-jsx-pragma-is-gone the React.DOM pragma has been deprecated as of React 0.12. --- jsx/ScrollBlocker.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsx/ScrollBlocker.jsx b/jsx/ScrollBlocker.jsx index 6d4fb6b..f8a5f18 100644 --- a/jsx/ScrollBlocker.jsx +++ b/jsx/ScrollBlocker.jsx @@ -1,4 +1,3 @@ -/** @jsx React.DOM */ var React = require('react'); var assign = require('react/lib/Object.assign'); @@ -31,4 +30,4 @@ var ScrollBlocker = React.createClass({ } }); -module.exports = ScrollBlocker; \ No newline at end of file +module.exports = ScrollBlocker;