Blame view
imports/client/app/shelf.js
271 Bytes
c4d3e07d0
|
1 2 3 4 5 6 7 8 9 10 |
import { ReactiveVar } from 'meteor/reactive-var' window.Shelf = {}; Shelf.layout = new ReactiveVar({}); // { // bulb: new ReactiveVar(''), // Active menu tab // subbulb: new ReactiveVar(''), // Active submenu tab // }; |