mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
(function ($) {
|
|
|
|
$(function(){
|
|
ApplicationView.create();
|
|
ApplicationController.create();
|
|
})
|
|
|
|
})(window.jQuery);
|