Skip to content

Commit

Permalink
Update examples and site
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed May 18, 2014
1 parent 9732314 commit 3b18ac3
Show file tree
Hide file tree
Showing 9 changed files with 26,474 additions and 26,490 deletions.
754 changes: 374 additions & 380 deletions examples/carousel/app/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/carousel/app/components/application.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var React = require("react"),
Fluxbox = require("../../../../"),
FluxMixin = Fluxbox.FluxMixin(React),
StoreWatchMixin = Fluxbox.StoreWatchMixin(React);
StoreWatchMixin = Fluxbox.StoreWatchMixin;

var Carousel = require("./carousel.jsx"),
ImageForm = require("./image_form.jsx");
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-basic/app/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var flux = new Fluxbox.Flux(stores, actions);
window.flux = flux;

var FluxMixin = Fluxbox.FluxMixin(React),
StoreWatchMixin = Fluxbox.StoreWatchMixin(React);
StoreWatchMixin = Fluxbox.StoreWatchMixin;

var Application = React.createClass({
mixins: [FluxMixin, StoreWatchMixin("TodoStore")],
Expand Down
Loading

0 comments on commit 3b18ac3

Please sign in to comment.