Skip to content

Instantly share code, notes, and snippets.

@mridgway
Created May 28, 2015 21:26
Show Gist options
  • Save mridgway/e7fb8170334cdc0f00a7 to your computer and use it in GitHub Desktop.
Save mridgway/e7fb8170334cdc0f00a7 to your computer and use it in GitHub Desktop.
/**
* Copyright 2014, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
var Fluxible = require('./lib/Fluxible');
Fluxible.Fluxible = require('./lib/Fluxible');
Fluxible.contextTypes = require('./lib/contextTypes');
// DEPRECATIONS
// @TODO(next minor): remove all deprecations
Fluxible.FluxibleComponent = require('./lib/FluxibleComponent');
Fluxible.FluxibleMixin = require('./lib/FluxibleMixin');
module.exports = Fluxible;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment