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;