mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			333 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			333 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | self.deprecationWorkflow = self.deprecationWorkflow || {}; | ||
|  | self.deprecationWorkflow.config = { | ||
|  |   workflow: [ | ||
|  |     { handler: 'silence', matchId: 'ember-views.curly-components.jquery-element' }, | ||
|  |     { handler: 'silence', matchId: 'computed-property.override' }, | ||
|  |     { handler: 'silence', matchId: 'computed-property.volatile' } | ||
|  |   ] | ||
|  | }; |