Skip to content

Instantly share code, notes, and snippets.

@singerxt
Created February 26, 2015 02:41
Show Gist options
  • Save singerxt/9b63abb2e44bb55efaef to your computer and use it in GitHub Desktop.
Save singerxt/9b63abb2e44bb55efaef to your computer and use it in GitHub Desktop.
(function ($) {
'use strict';
Drupal.behaviors.sweep = {
attach: function (context,settings) {
alert(Yo!);
}
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment