Skip to content

Commit

Permalink
Merge pull request bem#423 from bem/gela-d.ROMOCHKA-39.jquery-1-8-3
Browse files Browse the repository at this point in the history
ROMOCHKA-39 — bem-bl: Обновить jQuery до 1.8.x
  • Loading branch information
tadatuta committed Oct 31, 2013
2 parents d6532da + c14e72c commit b0e09a3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ block i-jquery, elem core, default: {
this.ctx = {
block: 'b-page',
elem: 'js',
url: '//yandex.st/jquery/1.7.2/jquery.min.js'
url: '//yandex.st/jquery/1.8.3/jquery.min.js'
}
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ block i-jquery, elem core, default: {
this.ctx = {
block: 'b-page',
elem: 'js',
url: '//yandex.st/jquery/1.7.2/jquery.min.js'
url: '//yandex.st/jquery/1.8.3/jquery.min.js'
}
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ block i-jquery, elem core, default: {
this.ctx = {
block: 'b-page',
elem: 'js',
url: '//yandex.st/jquery/1.7.2/jquery.min.js'
url: '//yandex.st/jquery/1.8.3/jquery.min.js'
}
);
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Версия библиотеки ##jQuery## 1.8.3
2 changes: 1 addition & 1 deletion blocks-desktop/i-jquery/__core/i-jquery__core.bemhtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ block i-jquery, elem core, default: {
this.ctx = {
block: 'b-page',
elem: 'js',
url: '//yandex.st/jquery/1.7.2/jquery.min.js'
url: '//yandex.st/jquery/1.8.3/jquery.min.js'
}
);
}
2 changes: 1 addition & 1 deletion blocks-touch/i-jquery/__core/i-jquery__core.bemhtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ block i-jquery, elem core, default: {
ctx: {
block: 'b-page',
elem: 'js',
url: 'http://yandex.st/jquery/1.7.2/jquery.min.js'
url: 'http://yandex.st/jquery/1.8.3/jquery.min.js'
}
});
}

0 comments on commit b0e09a3

Please sign in to comment.