From: Kristofer Krause Date: Sun, 2 Apr 2017 11:37:47 +0000 (-0400) Subject: pseudo spelling X-Git-Tag: v6.4.0-rc1~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cf42f4c110c1b7c3c1e7f19e0d89bb1e3e4c7d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git pseudo spelling http://www.thefreedictionary.com/pseudo --- diff --git a/dist/js/foundation.js b/dist/js/foundation.js index 5c3ea4df9..ad9a80e6f 100644 --- a/dist/js/foundation.js +++ b/dist/js/foundation.js @@ -1323,7 +1323,7 @@ }); })(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); diff --git a/dist/js/plugins/foundation.sticky.js b/dist/js/plugins/foundation.sticky.js index 46c8fcf56..1e9cd6639 100644 --- a/dist/js/plugins/foundation.sticky.js +++ b/dist/js/plugins/foundation.sticky.js @@ -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. */ }, { diff --git a/dist/js/plugins/foundation.util.touch.js b/dist/js/plugins/foundation.util.touch.js index b37d0f168..a1cb23f80 100644 --- a/dist/js/plugins/foundation.util.touch.js +++ b/dist/js/plugins/foundation.util.touch.js @@ -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 () { diff --git a/docs/pages/javascript-utilities.md b/docs/pages/javascript-utilities.md index 6f1e5657c..8b4331a5f 100644 --- a/docs/pages/javascript-utilities.md +++ b/docs/pages/javascript-utilities.md @@ -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. diff --git a/js/foundation.sticky.js b/js/foundation.sticky.js index 6ce98a71a..3905fc092 100644 --- a/js/foundation.sticky.js +++ b/js/foundation.sticky.js @@ -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, diff --git a/js/foundation.util.touch.js b/js/foundation.util.touch.js index 3852ac01a..4b40f11ae 100644 --- a/js/foundation.util.touch.js +++ b/js/foundation.util.touch.js @@ -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(){