bigbluebutton-Github/bigbluebutton-html5/imports/ui/services/storage/local.js

6 lines
138 B
JavaScript
Raw Normal View History

2016-07-07 20:50:07 +08:00
import ReactiveStorage from './reactive';
let _singleton = new ReactiveStorage(window.localStorage, 'BBB_');
export default _singleton;