Skip to content

Commit

Permalink
fix(Rectangle): remove unnecessary underscore
Browse files Browse the repository at this point in the history
* Also fixes _Skeleton
* Closes #90 and thanks to @theverything
  • Loading branch information
tomchentw committed Aug 8, 2015
1 parent a8ea37a commit 1331227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rectangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
rectangleDefaultPropTypes,
rectangleControlledPropTypes,
rectangleEventPropTypes
} from "./creators/_RectangleCreator";
} from "./creators/RectangleCreator";

/*
* Original author: @alistairjcbrown
Expand Down
2 changes: 1 addition & 1 deletion src/_Skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
skeletonDefaultPropTypes,
skeletonControlledPropTypes,
skeletonEventPropTypes
} from "./creators/_SkeletonCreator";
} from "./creators/SkeletonCreator";

export default class Skeleton extends Component {
static propTypes = {
Expand Down

0 comments on commit 1331227

Please sign in to comment.