This commit is contained in:
Oleg Mokhov
2015-06-20 12:26:08 +03:00
committed by mokhov
parent a716969f4e
commit f3546ef3a5
85 changed files with 16682 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
modules.define('jquery-config', function (provide) {
provide({
url: '//yastatic.net/jquery/1.10.1/jquery.min.js'
});
});