forked from cybrespace/pinafore
		
	remove dead code
This commit is contained in:
		
							parent
							
								
									7682015cda
								
							
						
					
					
						commit
						21a2b4251e
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -1,13 +1,10 @@ | |||
| import { Store } from 'svelte/store.js' | ||||
| import { splice } from 'svelte-extras' | ||||
| 
 | ||||
| const RENDER_BUFFER = 1000 | ||||
| 
 | ||||
| class VirtualListStore extends Store { | ||||
| } | ||||
| 
 | ||||
| VirtualListStore.prototype.splice = splice | ||||
| 
 | ||||
| const virtualListStore = new VirtualListStore({ | ||||
|   items: [], | ||||
|   itemHeights: {}, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue