aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/environment-box/environment-box.js
blob: cbb282eba5bf6533673a6b5abda462501a0d2803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
 * Template Component: EnvironmentBox 
 */
    
//import { Meteor } from 'meteor/meteor'; 
import { Template } from 'meteor/templating';
//import { ReactiveDict } from 'meteor/reactive-dict';
        
import './environment-box.html';     
    
/*  
 * Lifecycles
 */   
  
Template.EnvironmentBox.onCreated(function() {
});  

/*
Template.EnvironmentBox.rendered = function() {
};  
*/

/*
 * Events
 */

Template.EnvironmentBox.events({
});
   
/*  
 * Helpers
 */

Template.EnvironmentBox.helpers({    
}); // end: helpers