Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Jun 3, 2017
1 parent af2f8ec commit 68f25bb
Show file tree
Hide file tree
Showing 11 changed files with 321 additions and 321 deletions.
94 changes: 47 additions & 47 deletions dist/airbnb_recipe.bundle.js

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions dist/ecommerce_recipe.bundle.js

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions dist/meetup_recipe.bundle.js

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions dist/news_recipe.bundle.js

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions dist/producthunt_recipe.bundle.js

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions dist/simplebeds_recipe.bundle.js

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions dist/yelp_recipe.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/actuators/ResultCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ var ResultCard = function (_Component) {
}

_createClass(ResultCard, [{
key: "componentDidMount",
value: function componentDidMount() {
key: "componentWillMount",
value: function componentWillMount() {
this.streamProp = this.props.stream;
this.size = this.props.size;
this.initialize();
Expand Down
4 changes: 2 additions & 2 deletions lib/actuators/ResultList.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ var ResultList = function (_Component) {
}

_createClass(ResultList, [{
key: "componentDidMount",
value: function componentDidMount() {
key: "componentWillMount",
value: function componentWillMount() {
this.streamProp = this.props.stream;
this.size = this.props.size;
this.initialize();
Expand Down
6 changes: 3 additions & 3 deletions lib/stories/ViewSwitcher.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ var ViewSwitcherDefault = function (_Component) {
_react2.default.createElement(_app.ViewSwitcher, {
data: [{
label: "Grid",
value: "rbc-resultcard-wrapper"
value: "rbc-resultcard"
}, {
label: "List",
value: "rbc-resultlist-wrapper"
value: "rbc-resultlist"
}],
defaultSelected: "rbc-resultcard-wrapper"
defaultSelected: "rbc-resultcard"
}),
_react2.default.createElement(_app.ResultCard, {
componentId: "SearchResult",
Expand Down
74 changes: 37 additions & 37 deletions umd/ReactiveSearch.js

Large diffs are not rendered by default.

0 comments on commit 68f25bb

Please sign in to comment.