Skip to content

Commit

Permalink
spelling: retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 26, 2016
1 parent 3bb0773 commit e982084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/components/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ $.fn.dropdown = function(parameters) {
;
if($choice) {
if($choice.find(selector.menu).length > 0) {
module.verbose('Retreiving text of element with sub-menu');
module.verbose('Retrieving text of element with sub-menu');
$choice = $choice.clone();
$choice.find(selector.menu).remove();
$choice.find(selector.menuIcon).remove();
Expand Down Expand Up @@ -1804,7 +1804,7 @@ $.fn.dropdown = function(parameters) {
module.debug('Retrieved and sorted values from select', select);
}
else {
module.debug('Retreived values from select', select);
module.debug('Retrieved values from select', select);
}
return select;
},
Expand Down
4 changes: 2 additions & 2 deletions dist/semantic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5934,7 +5934,7 @@ $.fn.dropdown = function(parameters) {
;
if($choice) {
if($choice.find(selector.menu).length > 0) {
module.verbose('Retreiving text of element with sub-menu');
module.verbose('Retrieving text of element with sub-menu');
$choice = $choice.clone();
$choice.find(selector.menu).remove();
$choice.find(selector.menuIcon).remove();
Expand Down Expand Up @@ -6015,7 +6015,7 @@ $.fn.dropdown = function(parameters) {
module.debug('Retrieved and sorted values from select', select);
}
else {
module.debug('Retreived values from select', select);
module.debug('Retrieved values from select', select);
}
return select;
},
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ $.fn.dropdown = function(parameters) {
;
if($choice) {
if($choice.find(selector.menu).length > 0) {
module.verbose('Retreiving text of element with sub-menu');
module.verbose('Retrieving text of element with sub-menu');
$choice = $choice.clone();
$choice.find(selector.menu).remove();
$choice.find(selector.menuIcon).remove();
Expand Down Expand Up @@ -1804,7 +1804,7 @@ $.fn.dropdown = function(parameters) {
module.debug('Retrieved and sorted values from select', select);
}
else {
module.debug('Retreived values from select', select);
module.debug('Retrieved values from select', select);
}
return select;
},
Expand Down

0 comments on commit e982084

Please sign in to comment.