Commit f4365530 authored by Boris Kocherov's avatar Boris Kocherov

add sdk to requirejs dependence

parent f2ac0736
......@@ -44,7 +44,8 @@ if (Common === undefined)
var FONT_TYPE_RECENT = 4;
define([
'common/main/lib/component/ComboBox'
'common/main/lib/component/ComboBox',
'sdk'
], function () {
'use strict';
......
......@@ -31,7 +31,8 @@
*
*/
define([
'common/main/lib/view/DocumentAccessDialog'
'common/main/lib/view/DocumentAccessDialog',
'sdk'
], function () {
'use strict';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment