Skip to content

Commit

Permalink
Update jQuery to 1.11.3 and 2.1.4. Closes #999
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jun 25, 2015
1 parent 4cebadc commit 2739a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -10,7 +10,7 @@ provide(/** @exports */{
* URL for loading jQuery if it does not exist
* @type {String}
*/
url : '//yastatic.net/jquery/2.1.3/jquery.min.js'
url : '//yastatic.net/jquery/2.1.4/jquery.min.js'
});

});
2 changes: 1 addition & 1 deletion common.blocks/loader/loader.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
modules.define('jquery', ['loader_type_js'], function(provide, loader) {

loader(
//yastatic.net/jquery/2.1.3/jquery.min.js',
//yastatic.net/jquery/2.1.4/jquery.min.js',
function() { provide(jQuery) });

});
Expand Down
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.2/jquery.min.js'
url : '//yastatic.net/jquery/1.11.3/jquery.min.js'
}) :
base);

Expand Down

0 comments on commit 2739a81

Please sign in to comment.