From 017e42ed768b51f8264f1a2947d34a2523b5e4dd Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Mon, 11 Dec 2017 17:10:30 +0200 Subject: [PATCH] Issue #2928137 by blakemorgan, dawehner: Correct deprecation note in ajax.es6.js --- core/misc/ajax.es6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/misc/ajax.es6.js b/core/misc/ajax.es6.js index 095154ad8b1..fa4e3a55f04 100644 --- a/core/misc/ajax.es6.js +++ b/core/misc/ajax.es6.js @@ -388,7 +388,7 @@ this.element = element; /** - * @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. + * @deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. * Use elementSettings. * * @type {Drupal.Ajax~elementSettings}