diff --git a/config/deprecation-workflow.js b/config/deprecation-workflow.js index ebbcfb16fb0..3645b73e06d 100644 --- a/config/deprecation-workflow.js +++ b/config/deprecation-workflow.js @@ -2,6 +2,6 @@ window.deprecationWorkflow = window.deprecationWorkflow || {}; window.deprecationWorkflow.config = { workflow: [ { handler: 'silence', matchId: 'ember-routing.route-router' }, - { handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'} //Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app. + { handler: 'silence', matchId: 'ember-views.curly-components.jquery-element' } // Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app. ] };