Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / js_webassert_test / js / js_webassert_test.wait_for_element.es6.js
index 10d911b9a44296c08ad0971af856240ea9e7d4b3..cd59bc73ea93ccc2b469bb6890300395e3e86d5b 100644 (file)
@@ -3,7 +3,7 @@
  *  Testing behavior for JSWebAssertTest.
  */
 
-(function ($, Drupal, drupalSettings) {
+(function($, Drupal, drupalSettings) {
   /**
    * @type {Drupal~behavior}
    *
@@ -15,4 +15,4 @@
       $('#js_webassert_test_element_invisible').show();
     },
   };
-}(jQuery, Drupal, drupalSettings));
+})(jQuery, Drupal, drupalSettings);