Skip to content

Instantly share code, notes, and snippets.

@jenter
Created December 8, 2016 16:03
Show Gist options
  • Save jenter/d980a5a332a5ce6388c8238182ee4037 to your computer and use it in GitHub Desktop.
Save jenter/d980a5a332a5ce6388c8238182ee4037 to your computer and use it in GitHub Desktop.
(function ($, Drupal, window, document) {
'use strict';
// Example of Drupal behavior loaded.
Drupal.behaviors.exampleJS = {
attach: function (context, settings) {
console.log('This is loaded');
}
};
})(jQuery, Drupal, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment