import { ReactiveVar } from 'meteor/reactive-var' window.Shelf = {}; Shelf.layout = new ReactiveVar({}); // { // bulb: new ReactiveVar(''), // Active menu tab // subbulb: new ReactiveVar(''), // Active submenu tab // };