react-components
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -51,3 +51,3 @@ /** @jsx React.DOM */ | ||
render: function() { | ||
return <span> | ||
return <span style={this.props.style}> | ||
<span ref="mathjax" /> | ||
@@ -54,0 +54,0 @@ <span ref="katex" /> |
{ | ||
"name": "react-components", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Khan Academy", | ||
@@ -5,0 +5,0 @@ "description": "React components used by Khan Academy", |
@@ -51,3 +51,3 @@ /** @jsx React.DOM */ | ||
render: function() { | ||
return React.DOM.span(null, | ||
return React.DOM.span( {style:this.props.style}, | ||
React.DOM.span( {ref:"mathjax"} ), | ||
@@ -54,0 +54,0 @@ React.DOM.span( {ref:"katex"} ) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16679475