Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active November 19, 2019 18:18
Show Gist options
  • Save robdecker/f618a2b4485a4fbbd5bb to your computer and use it in GitHub Desktop.
Save robdecker/f618a2b4485a4fbbd5bb to your computer and use it in GitHub Desktop.
[JavaScript behavior starter] #d8 #js
(function($, Drupal) {
'use strict';
Drupal.behaviors.nameOfBehavior = {
attach: function (context, settings) {
}
};
})(jQuery, Drupal);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment