willtheorangeguy / Note-Style-Guide

Usage of strict mode against recommended approach JS-0118
Bug risk
Minor
5 months ago2 years old
11896 */
11897
11898(function ($, Drupal) {
11899  "use strict";11900
11901  Drupal.behaviors.modifiers = {
11902    attach: function attach(context, settings) {
11379 */
11380
11381(function ($, Drupal) {
11382  "use strict";11383
11384  /**
11385   * Adds check all or none checkboxes support.
11351 */
11352
11353(function ($, Drupal) {
11354  "use strict";11355
11356  /**
11357   * Attach handlers to options buttons element.
10498        })
10499      : r(jQuery);
10500})(function (q) {
10501  "use strict";10502  var m = /\r?\n/g,
10503    S = {};
10504  (S.fileapi = void 0 !== q('<input type="file">').get(0).files),
10333 */
10334
10335(function ($, Drupal) {
10336  "use strict";10337
10338  // Determine if local storage exists and is enabled.
10339  // This approach is copied from Modernizr.