From 725f8242c09440c376820b53a30dc17c2f6eeb9f Mon Sep 17 00:00:00 2001 From: Alberto Maturano Date: Tue, 8 Sep 2015 18:34:22 -0500 Subject: [PATCH] Typos --- examples/responsive.html | 2 +- src/definitions/behaviors/api.js | 2 +- src/definitions/collections/form.less | 2 +- src/definitions/globals/site.js | 4 ++-- src/definitions/modules/dropdown.js | 4 ++-- src/definitions/modules/search.js | 2 +- src/definitions/modules/tab.js | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/responsive.html b/examples/responsive.html index 75499fc42..27a2a08ea 100644 --- a/examples/responsive.html +++ b/examples/responsive.html @@ -670,7 +670,7 @@ $(document).ready(function() { // fire once each time passed once: false, - // dont refresh position on resize + // don't refresh position on resize checkOnRefresh: true, // lock to this element on resize diff --git a/src/definitions/behaviors/api.js b/src/definitions/behaviors/api.js index 9265544cf..6162a0546 100644 --- a/src/definitions/behaviors/api.js +++ b/src/definitions/behaviors/api.js @@ -1103,7 +1103,7 @@ $.api.settings = { missingSerialize : 'jquery-serialize-object is required to add form data to an existing data object', missingURL : 'No URL specified for api event', noReturnedValue : 'The beforeSend callback must return a settings object, beforeSend ignored.', - noStorage : 'Caching respopnses locally requires session storage', + noStorage : 'Caching responses locally requires session storage', parseError : 'There was an error parsing your request', requiredParameter : 'Missing a required URL parameter: ', statusMessage : 'Server gave an error: ', diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index bfc5c504d..547107a13 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -423,7 +423,7 @@ } /*-------------------- - Warning + Error ---------------------*/ /* On Form */ diff --git a/src/definitions/globals/site.js b/src/definitions/globals/site.js index f3b263418..8cc088de7 100644 --- a/src/definitions/globals/site.js +++ b/src/definitions/globals/site.js @@ -81,7 +81,7 @@ $.site = $.fn.site = function(parameters) { requestAnimationFrame: function() { module.debug('Normalizing requestAnimationFrame'); if(window.requestAnimationFrame === undefined) { - module.debug('RequestAnimationFrame not available, normailizing event'); + module.debug('RequestAnimationFrame not available, normalizing event'); window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame @@ -484,4 +484,4 @@ $.extend($.expr[ ":" ], { }); -})( jQuery, window , document ); \ No newline at end of file +})( jQuery, window , document ); diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 1844d0410..25ad8315d 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -821,7 +821,7 @@ $.fn.dropdown = function(parameters) { module.hide(); } }, - // prevents focus callback from occuring on mousedown + // prevents focus callback from occurring on mousedown mousedown: function() { activated = true; }, @@ -3229,7 +3229,7 @@ $.fn.dropdown.settings = { maxSelections : false, // When set to a number limits the number of selections to this count useLabels : true, // whether multiple select should filter currently active selections from choices - delimiter : ',', // when multiselect uses normal the values will be delmited with this character + delimiter : ',', // when multiselect uses normal the values will be delimited with this character showOnFocus : true, // show menu on focus allowTab : true, // add tabindex to element diff --git a/src/definitions/modules/search.js b/src/definitions/modules/search.js index 62eaf8fca..a27003b2e 100644 --- a/src/definitions/modules/search.js +++ b/src/definitions/modules/search.js @@ -350,7 +350,7 @@ $.fn.search = function(parameters) { $.each(results, function(index, category) { if($.isArray(category.results)) { result = module.search.object(value, category.results, lookupFields)[0]; - // dont continue searching if a result is found + // don't continue searching if a result is found if(result) { return false; } diff --git a/src/definitions/modules/tab.js b/src/definitions/modules/tab.js index 5668e7bac..1785477b6 100644 --- a/src/definitions/modules/tab.js +++ b/src/definitions/modules/tab.js @@ -107,7 +107,7 @@ $.fn.tab = function(parameters) { bind: { events: function() { - // if using $.tab dont add events + // if using $.tab don't add events if( !$.isWindow( element ) ) { module.debug('Attaching tab activation events to element', $module); $module @@ -895,4 +895,4 @@ $.fn.tab.settings = { }; -})( jQuery, window , document ); \ No newline at end of file +})( jQuery, window , document );