Skip to content

Commit

Permalink
Merge pull request #788 from /issues/768@v2
Browse files Browse the repository at this point in the history
jquery: up version to 1.11.2 and 2.1.3 #768
  • Loading branch information
hcodes committed Jan 14, 2015
2 parents b706753 + 75fa57c commit 570a972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.blocks/jquery/__config/jquery__config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provide(/** @exports */{
/**
* URL for loading jQuery if it does not exist
*/
url : '//yastatic.net/jquery/2.1.1/jquery.min.js'
url : '//yastatic.net/jquery/2.1.3/jquery.min.js'
});

});
2 changes: 1 addition & 1 deletion desktop.blocks/jquery/__config/jquery__config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provide(
objects.extend(
base,
{
url : '//yastatic.net/jquery/1.11.1/jquery.min.js'
url : '//yastatic.net/jquery/1.11.2/jquery.min.js'
}) :
base);

Expand Down

0 comments on commit 570a972

Please sign in to comment.