Skip to content

Commit

Permalink
ver. 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahua52 committed Dec 20, 2016
1 parent 6dfda57 commit b6e6723
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions build/Alert.js
Expand Up @@ -90,15 +90,14 @@ var Alert = function (_React$Component) {
};

Alert.prototype.render = function render() {
var _props = this.props;
var onDismiss = _props.onDismiss;
var closeLabel = _props.closeLabel;
var colors = _props.colors;
var className = _props.className;
var children = _props.children;
var clsPrefix = _props.clsPrefix;

var others = _objectWithoutProperties(_props, ['onDismiss', 'closeLabel', 'colors', 'className', 'children', 'clsPrefix']);
var _props = this.props,
onDismiss = _props.onDismiss,
closeLabel = _props.closeLabel,
colors = _props.colors,
className = _props.className,
children = _props.children,
clsPrefix = _props.clsPrefix,
others = _objectWithoutProperties(_props, ['onDismiss', 'closeLabel', 'colors', 'className', 'children', 'clsPrefix']);

var clsObj = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bee-alert",
"version": "0.1.1",
"version": "0.1.2",
"description": "alert ui component for react",
"keywords": [
"react",
Expand Down

0 comments on commit b6e6723

Please sign in to comment.