diff --git a/core/misc/drupal.js b/core/misc/drupal.js index 6ea7b45..35734fe 100644 --- a/core/misc/drupal.js +++ b/core/misc/drupal.js @@ -1,4 +1,6 @@ +/*jshint -W079 */ var Drupal = { behaviors: {}, locale: {} }; +/*jshint +W079 */ // Class indicating that JS is enabled; used for styling purpose. document.documentElement.className += ' js';