Issue #1684800 by nod_, droplet, foopang: JSHint drupal.js.

8.0.x
Alex Pott 2013-05-23 17:14:12 -07:00
parent bc0dc2ffe4
commit c785642be2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var Drupal = { behaviors: {}, locale: {} };
window.Drupal = { behaviors: {}, locale: {} };
// Class indicating that JS is enabled; used for styling purpose.
document.documentElement.className += ' js';