Skip to content

Commit

Permalink
Merge pull request #33 from asmallwebfirm/jq.a-1.0.2
Browse files Browse the repository at this point in the history
Update to jquery.addressfield v1.0.2.
  • Loading branch information
iamEAP committed Jun 19, 2015
2 parents d3b0336 + dc6ae72 commit f90d546
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions js/jquery.addressfield/jquery.addressfield.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Address Field - v1.0.1 - 2014-12-01
/*! Address Field - v1.0.2 - 2015-06-18
* https://github.com/tableau-mkt/jquery.addressfield
* Copyright (c) 2014 Eric Peterson; Licensed MIT */
* Copyright (c) 2015 Eric Peterson; Licensed MIT */
(function ($) {

/**
Expand Down Expand Up @@ -191,7 +191,7 @@
$.fn.addressfield.binder = function(fieldMap, countryConfigMap) {
var $container = this;

$(fieldMap.country).bind('change', function() {
$container.find(fieldMap.country).bind('change', function() {
// Trigger the apply method with the country's data.
$.fn.addressfield.apply.call($container, countryConfigMap[this.value], fieldMap);
});
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.addressfield/jquery.addressfield.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scale_addressfield.module
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function scale_addressfield_library() {
$path = drupal_get_path('module', 'scale_addressfield');
$items['jquery.addressfield'] = array(
'title' => 'jquery.addressfield',
'version' => '1.0.1',
'version' => '1.0.2',
'js' => array(
$path . '/js/jquery.addressfield/jquery.addressfield.min.js' => array(
'group' => JS_LIBRARY,
Expand Down

0 comments on commit f90d546

Please sign in to comment.