7 lines
		
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
| // moment.js makes `moment` global on the window (or global) object, while Meteor expects a file-scoped global variable
 | |
| moment = this.moment;
 | |
| try {
 | |
|     delete this.moment;
 | |
| } catch (e) {
 | |
| }
 | 
