Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / javascript.twig
index 1288abde48060f549dd0f620dcfac6fba8d8ff63..23beb5bfc49285fb12ed0779917a22f5d40a028c 100644 (file)
@@ -6,7 +6,7 @@
   /**
    * Behavior description.
    */
-  Drupal.behaviors.{{ machine_name | camelize(false) }} = {
+  Drupal.behaviors.{{ machine_name|camelize(false) }} = {
     attach: function (context, settings) {
 
       console.log('It works!');