File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11self . deprecationWorkflow = self . deprecationWorkflow || { } ;
22self . deprecationWorkflow . config = {
33 workflow : [
4+ { handler : "silence" , matchId : "ember.globals-resolver" } ,
45 { handler : "silence" , matchId : "deprecate-router-events" } ,
56 { handler : "silence" , matchId : "ember-runtime.deprecate-copy-copyable" } ,
67 { handler : "silence" , matchId : "ember-polyfills.deprecate-merge" } ,
78 { handler : "silence" , matchId : "ember-data:method-calls-on-destroyed-store" } ,
89 { handler : "silence" , matchId : "ember-data:evented-api-usage" } ,
910 { handler : "silence" , matchId : "ember-component.send-action" } ,
1011 { handler : "silence" , matchId : "ember-views.curly-components.jquery-element" } ,
11- { handler : "silence" , matchId : "ember-test-helpers.rendering-context.jquery-element" }
12+ { handler : "silence" , matchId : "ember-test-helpers.rendering-context.jquery-element" } ,
13+ { handler : "silence" , matchId : "globals-resolver" }
1214 ]
1315} ;
You can’t perform that action at this time.
0 commit comments