]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
pseudo spelling
authorKristofer Krause <kris.krause@gmail.com>
Sun, 2 Apr 2017 11:37:47 +0000 (07:37 -0400)
committerKristofer Krause <kris.krause@gmail.com>
Sun, 2 Apr 2017 11:37:47 +0000 (07:37 -0400)
http://www.thefreedictionary.com/pseudo

dist/js/foundation.js
dist/js/plugins/foundation.sticky.js
dist/js/plugins/foundation.util.touch.js
docs/pages/javascript-utilities.md
js/foundation.sticky.js
js/foundation.util.touch.js

index 5c3ea4df9c6ba79d501f3935d02132143a096680..ad9a80e6f88b48d18c93847e5547b525e55055f9 100644 (file)
        });
 })(jQuery);
 /****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
  ***************************************************/
 !function ($) {
        $.fn.addTouch = function () {
@@ -2128,7 +2128,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
       }
 
       /**
-       * Goes through a form to find inputs and proceeds to validate them in ways specific to their type. 
+       * Goes through a form to find inputs and proceeds to validate them in ways specific to their type.
        * Ignores inputs with data-abide-ignore, type="hidden" or disabled attributes set
        * @fires Abide#invalid
        * @fires Abide#valid
@@ -8368,7 +8368,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
       /**
        * Adds event handlers for the scrolling element.
        * @private
-       * @param {String} id - psuedo-random id for unique scroll event listener.
+       * @param {String} id - pseudo-random id for unique scroll event listener.
        */
 
     }, {
@@ -10204,4 +10204,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
 
   // Window exports
   Foundation.plugin(ResponsiveAccordionTabs, 'ResponsiveAccordionTabs');
-}(jQuery);
\ No newline at end of file
+}(jQuery);
index 46c8fcf56d820520bf6d8bb4b715f4db87c0f7fe..1e9cd6639930867481f8138730f139b600c01b81 100644 (file)
@@ -114,7 +114,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
       /**
        * Adds event handlers for the scrolling element.
        * @private
-       * @param {String} id - psuedo-random id for unique scroll event listener.
+       * @param {String} id - pseudo-random id for unique scroll event listener.
        */
 
     }, {
index b37d0f168225fcfe4b3248c1495201366e383003..a1cb23f80d8485657978e5d0cf4a4cf7f821e4fb 100644 (file)
@@ -78,7 +78,7 @@
        });
 })(jQuery);
 /****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
  ***************************************************/
 !function ($) {
        $.fn.addTouch = function () {
index 6f1e5657ca0b9d3623a5d6174feb052102d32df4..8b4331a5ff4d1ade385e2b8b5d6ccd79f231035e 100644 (file)
@@ -139,7 +139,7 @@ This will execute your callback function after all the images in your jQuery col
 ## Touch
 `js/foundation.util.touch.js`
 
-Allows you to add `swipe*` and psuedo-drag events to elements.
+Allows you to add `swipe*` and pseudo-drag events to elements.
 
 ```js
 $('selector').addTouch().on('mousemove', handleDrag);
@@ -180,7 +180,7 @@ $('#someId').on('resizeme.zf.trigger', handleResize);
 
 Foundation includes a couple useful features in the core library that are used in many places, that you can tap into.
 
-`Foundation.GetYoDigits([number, namespace])` returns a base-36, psuedo-random string with a hyphenated namespace (if you include one). Both arguments are optional; by default, it will return a string six characters long.
+`Foundation.GetYoDigits([number, namespace])` returns a base-36, pseudo-random string with a hyphenated namespace (if you include one). Both arguments are optional; by default, it will return a string six characters long.
 
 `Foundation.getFnName(fn)` returns a string representation of a named function. Seems small, but believe us—it's useful.
 
index 6ce98a71a1d92416b988c7302750eb0a4d0916a1..3905fc0921e610ebd87fbd43deb9b40aa963bf7c 100644 (file)
@@ -105,7 +105,7 @@ class Sticky {
   /**
    * Adds event handlers for the scrolling element.
    * @private
-   * @param {String} id - psuedo-random id for unique scroll event listener.
+   * @param {String} id - pseudo-random id for unique scroll event listener.
    */
   _events(id) {
     var _this = this,
@@ -146,7 +146,7 @@ class Sticky {
   /**
    * Handler for events.
    * @private
-   * @param {String} id - psuedo-random id for unique scroll event listener.
+   * @param {String} id - pseudo-random id for unique scroll event listener.
    */
   _eventsHandler(id) {
        var _this = this,
index 3852ac01ad717707042ee25ac63ba0c94b0d5d6c..4b40f11aee24bcc7d8a0f3bdaa1a26afa6b1e1fc 100644 (file)
@@ -76,7 +76,7 @@
   });
 })(jQuery);
 /****************************************************
- * Method for adding psuedo drag events to elements *
+ * Method for adding pseudo drag events to elements *
  ***************************************************/
 !function($){
   $.fn.addTouch = function(){