default services conflit ?
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* {{ name }} behaviors.
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
/**
|
||||
* Behavior description.
|
||||
*/
|
||||
Drupal.behaviors.{{ machine_name|camelize(false) }} = {
|
||||
attach: function (context, settings) {
|
||||
|
||||
console.log('It works!');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}(jQuery));
|
||||
Reference in New Issue
Block a user