]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed js formatting, added missing module comments 8086/head
authorColin Marshall <colin.michael.marshall@gmail.com>
Thu, 4 Feb 2016 05:34:41 +0000 (22:34 -0700)
committerColin Marshall <colin.michael.marshall@gmail.com>
Thu, 4 Feb 2016 05:34:41 +0000 (22:34 -0700)
js/foundation.abide.js
js/foundation.equalizer.js
js/foundation.responsiveToggle.js
js/foundation.toggler.js

index e45c99ca98cffcb0a26ab3620b1101029178b663..a932ef514249360e745f5a9b93c67e299a821b74 100644 (file)
@@ -1,5 +1,10 @@
 'use strict';
 
+/**
+ * Abide module.
+ * @module foundation.abide
+ */
+
 export default class Abide {
   /**
    * Creates a new instance of Abide.
index 5f36adbef213156e01af4eced6a6002b04bc50c2..58c4ad4ec336ea14baceb38a608f9a57501f20db 100644 (file)
@@ -1,5 +1,10 @@
 'use strict';
 
+/**
+ * Equalizer module.
+ * @module foundation.equalizer
+ */
+
 export default class Equalizer {
   /**
    * Creates a new instance of Equalizer.
index 22060134fb5399afb91e9a7902564461a82cad30..bf574e72690ab508af8135369c61d47d041540b8 100644 (file)
@@ -6,7 +6,7 @@
  * @requires foundation.util.mediaQuery
  */
 
- export default class ResponsiveToggle {
+export default class ResponsiveToggle {
   /**
    * Creates a new instance of Tab Bar.
    * @class
index 553d8001ac408fa8484b9bc416fc28d144c5070c..3bdb61eac5ec872dcfa1cf42ac94b4d6567c17e1 100644 (file)
@@ -1,11 +1,12 @@
 'use strict';
+
 /**
  * Toggler module.
  * @module foundation.toggler
  * @requires foundation.util.motion
  */
 
- export default class Toggler {
+export default class Toggler {
   /**
    * Creates a new instance of Toggler.
    * @class
@@ -24,8 +25,6 @@
     Foundation.registerPlugin(this, 'Toggler');
   }
 
-  
-
   /**
    * Initializes the Toggler plugin by parsing the toggle class from data-toggler, or animation classes from data-animate.
    * @function