1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-23 17:56:28 +02:00
onion/js/alt.js
Brett Sun 325651b581 Remove altUser since the UserStore is now always being passed as a prop
Also don’t recycle altWhitelabel on logout as the whitelabel stores
aren’t dependent on the user.
2016-02-05 13:12:58 +01:00

8 lines
143 B
JavaScript

'use strict';
import Alt from 'alt';
export let alt = new Alt();
export let altThirdParty = new Alt();
export let altWhitelabel = new Alt();