| 
					
				 | 
			
			
				@@ -531,9 +531,6 @@ proto.getDependencies = function getDependencies (initialQuery) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var deps = new DepsTracker(),  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		knowAllFields = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    if (this.sources == null || this.sources.length == 0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    	return new DepsTracker(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //NOTE: Deviation from Mongo -- We aren't using Meta and textscore 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     for (var i=0; i < this.sources.length && !knowAllFields; i++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         var localDeps = new DepsTracker(), 
			 |