mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 01:53:55 +08:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
var jQuery = {
|
|
noConflict: function() {
|
|
return jQuery;
|
|
}
|
|
},
|
|
$ = jQuery; |