Commit 734962f8 authored by Boris Kocherov's avatar Boris Kocherov

add sdk to requirejs dependence

parent dc1805a7
...@@ -44,7 +44,8 @@ if (Common === undefined) ...@@ -44,7 +44,8 @@ if (Common === undefined)
var FONT_TYPE_RECENT = 4; var FONT_TYPE_RECENT = 4;
define([ define([
'common/main/lib/component/ComboBox' 'common/main/lib/component/ComboBox',
'sdk'
], function () { ], function () {
'use strict'; 'use strict';
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
* *
*/ */
define([ define([
'common/main/lib/view/DocumentAccessDialog' 'common/main/lib/view/DocumentAccessDialog',
'sdk'
], function () { ], function () {
'use strict'; '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