mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-01 13:58:01 +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' }
|
||
|
]
|
||
|
};
|