|  | @ -546,7 +546,7 @@ ItemSet.prototype.getVisibleItems = function() { | 
														
													
														
															
																|  |  | for (var groupId in this.groups) { |  |  | for (var groupId in this.groups) { | 
														
													
														
															
																|  |  | if (this.groups.hasOwnProperty(groupId)) { |  |  | if (this.groups.hasOwnProperty(groupId)) { | 
														
													
														
															
																|  |  | var group = this.groups[groupId]; |  |  | var group = this.groups[groupId]; | 
														
													
														
															
																|  |  | var rawVisibleItems = group.visibleItems; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | var rawVisibleItems = group.isVisible ? group.visibleItems : []; | 
														
													
														
															
																|  |  |  |  |  |  | 
														
													
														
															
																|  |  | // filter the "raw" set with visibleItems into a set which is really |  |  | // filter the "raw" set with visibleItems into a set which is really | 
														
													
														
															
																|  |  | // visible by pixels |  |  | // visible by pixels | 
														
													
												
													
														
															
																|  |  |