react-ajaxing
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -24,3 +24,3 @@ // Generated by CoffeeScript 1.10.0 | ||
render: function() { | ||
var bounceStyle, classes, size, style; | ||
var bounceStyle, classes, exProps, size, style; | ||
classes = 'react-ajaxing'; | ||
@@ -40,4 +40,6 @@ if (this.props.className) { | ||
}; | ||
exProps = objectAsign({}, this.props); | ||
delete exProps.loading; | ||
if (this.props.loading) { | ||
return React.createElement("div", Object.assign({}, this.props, { | ||
return React.createElement("div", Object.assign({}, exProps, { | ||
"className": classes, | ||
@@ -44,0 +46,0 @@ "style": style |
{ | ||
"name": "react-ajaxing", | ||
"description": "tell the component ajax is sending", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Bingo Yang <blackbing@gmail.com>", | ||
@@ -6,0 +6,0 @@ "browserify": { |
Sorry, the diff of this file is not supported yet
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
6813
93