Issue #1993622 by nod_: Follow-up on #1974580 remove two extra lines from drupal.js.

8.0.x
catch 2013-05-13 22:16:24 +01:00
parent 3a98850de7
commit e5fbed4c39
1 changed files with 0 additions and 3 deletions

View File

@ -369,7 +369,4 @@ Drupal.theme.placeholder = function (str) {
return '<em class="placeholder">' + Drupal.checkPlain(str) + '</em>';
};
Drupal.AjaxError.prototype = new Error();
Drupal.AjaxError.prototype.constructor = Drupal.AjaxError;
})(domready, Drupal, window.drupalSettings);