Verified Commit 030fb156 authored by Jess's avatar Jess
Browse files

Issue #3092672 by _utsavsharma, apaderno, xjm, smustgrave: Remove outdated...

Issue #3092672 by _utsavsharma, apaderno, xjm, smustgrave: Remove outdated @todo from the Locale module

(cherry picked from commit b6eb5897)
parent 15e5495d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -493,7 +493,6 @@ function locale_cache_flush() {
 * Implements hook_js_alter().
 */
function locale_js_alter(&$javascript, AttachedAssetsInterface $assets) {
  // @todo Remove this in https://www.drupal.org/node/2421323.
  $files = [];
  foreach ($javascript as $item) {
    if (isset($item['type']) && $item['type'] == 'file') {