Verified Commit 938f02a4 authored by quietone's avatar quietone
Browse files

task: #3623168 Update deprecation notices in ajax.js

By: shahul hameed
By: abenbow
(cherry picked from commit 6b3b3693)
parent 771d40e0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1237,7 +1237,7 @@
   * @param {object} response
   *   The response from the Ajax request.
   *
   * @deprecated in drupal:8.6.0 and is removed from drupal:12.0.0.
   * @deprecated in drupal:8.6.0 and is removed from drupal:13.0.0.
   *   Use data with desired wrapper.
   *
   * @see https://www.drupal.org/node/2940704
@@ -1268,7 +1268,7 @@
   * @param {jQuery} $elements
   *   Response elements after parsing.
   *
   * @deprecated in drupal:8.6.0 and is removed from drupal:12.0.0.
   * @deprecated in drupal:8.6.0 and is removed from drupal:13.0.0.
   *   Use data with desired wrapper.
   *
   * @see https://www.drupal.org/node/2940704