From c1209c1f0327afb7b8ef4e290364f1b08b5b6d5c Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 19 May 2017 22:38:50 +0530 Subject: [PATCH] Revert back dist changes as shouldn't be added! --- dist/js/foundation.js | 8 ++++---- dist/js/plugins/foundation.sticky.js | 2 +- dist/js/plugins/foundation.util.touch.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/js/foundation.js b/dist/js/foundation.js index ad9a80e6f..5c3ea4df9 100644 --- a/dist/js/foundation.js +++ b/dist/js/foundation.js @@ -1323,7 +1323,7 @@ }); })(jQuery); /**************************************************** - * Method for adding pseudo drag events to elements * + * Method for adding psuedo 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 - pseudo-random id for unique scroll event listener. + * @param {String} id - psuedo-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); +}(jQuery); \ No newline at end of file diff --git a/dist/js/plugins/foundation.sticky.js b/dist/js/plugins/foundation.sticky.js index 1e9cd6639..46c8fcf56 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 - pseudo-random id for unique scroll event listener. + * @param {String} id - psuedo-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 a1cb23f80..b37d0f168 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 pseudo drag events to elements * + * Method for adding psuedo drag events to elements * ***************************************************/ !function ($) { $.fn.addTouch = function () { -- 2.47.2