|  |  | @ -143,7 +143,7 @@ function _set(newState) { | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | function callAll(fns) { |  |  |  | function callAll(fns) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 	while (fns && fns.length) fns.pop()(); |  |  |  | 	while (fns && fns.length) fns.shift()(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | function _mount(target, anchor) { |  |  |  | function _mount(target, anchor) { | 
			
		
	
	
		
		
			
				
					|  |  | @ -201,13 +201,13 @@ function SvelteComponent(options) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 	var _oncreate = oncreate.bind(this); |  |  |  | 	var _oncreate = oncreate.bind(this); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	if (!options.root) { |  |  |  | 	if (!options.root) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 		this._oncreate = [_oncreate]; |  |  |  | 		this._oncreate = []; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 	} else { |  |  |  | 	} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 	 	this.root._oncreate.push(_oncreate); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 	 } |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	this._fragment = create_main_fragment(this._state, this); |  |  |  | 	this._fragment = create_main_fragment(this._state, this); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 	this.root._oncreate.push(_oncreate); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	if (options.target) { |  |  |  | 	if (options.target) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 		this._fragment.c(); |  |  |  | 		this._fragment.c(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		this._fragment.m(options.target, options.anchor || null); |  |  |  | 		this._fragment.m(options.target, options.anchor || null); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |