Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
3bae8df0
Commit
3bae8df0
authored
Sep 05, 2016
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix requirejs module dependencies
parent
71f6c992
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
8 deletions
+17
-8
apps/common/main/lib/component/ComboBoxFonts.js
apps/common/main/lib/component/ComboBoxFonts.js
+2
-1
apps/documenteditor/main/app/controller/Viewport.js
apps/documenteditor/main/app/controller/Viewport.js
+2
-1
apps/documenteditor/main/app/view/FileMenu.js
apps/documenteditor/main/app/view/FileMenu.js
+2
-1
apps/documenteditor/main/app/view/FileMenuPanels.js
apps/documenteditor/main/app/view/FileMenuPanels.js
+2
-1
apps/presentationeditor/main/app/controller/Main.js
apps/presentationeditor/main/app/controller/Main.js
+1
-0
apps/presentationeditor/main/app/controller/Viewport.js
apps/presentationeditor/main/app/controller/Viewport.js
+2
-1
apps/presentationeditor/main/app/view/FileMenu.js
apps/presentationeditor/main/app/view/FileMenu.js
+2
-1
apps/presentationeditor/main/app/view/FileMenuPanels.js
apps/presentationeditor/main/app/view/FileMenuPanels.js
+2
-1
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+2
-1
No files found.
apps/common/main/lib/component/ComboBoxFonts.js
View file @
3bae8df0
...
...
@@ -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
'
;
...
...
apps/documenteditor/main/app/controller/Viewport.js
View file @
3bae8df0
...
...
@@ -45,7 +45,8 @@ define([
'
core
'
,
'
common/main/lib/view/Header
'
,
'
documenteditor/main/app/view/Viewport
'
,
'
documenteditor/main/app/view/LeftMenu
'
'
documenteditor/main/app/view/LeftMenu
'
,
'
sdk
'
],
function
(
Viewport
)
{
'
use strict
'
;
...
...
apps/documenteditor/main/app/view/FileMenu.js
View file @
3bae8df0
...
...
@@ -43,7 +43,8 @@
define
([
'
text!documenteditor/main/app/template/FileMenu.template
'
,
'
underscore
'
,
'
common/main/lib/component/BaseView
'
'
common/main/lib/component/BaseView
'
,
'
documenteditor/main/app/view/FileMenuPanels
'
],
function
(
tpl
,
_
)
{
'
use strict
'
;
...
...
apps/documenteditor/main/app/view/FileMenuPanels.js
View file @
3bae8df0
...
...
@@ -41,7 +41,8 @@
*/
define
([
'
common/main/lib/view/DocumentAccessDialog
'
'
common/main/lib/view/DocumentAccessDialog
'
,
'
sdk
'
],
function
()
{
'
use strict
'
;
...
...
apps/presentationeditor/main/app/controller/Main.js
View file @
3bae8df0
...
...
@@ -47,6 +47,7 @@ define([
'
common/main/lib/component/LoadMask
'
,
'
common/main/lib/component/Tooltip
'
,
'
common/main/lib/controller/Fonts
'
,
'
common/main/lib/controller/Plugins
'
,
'
common/main/lib/collection/TextArt
'
,
'
common/main/lib/view/OpenDialog
'
,
'
common/main/lib/util/LocalStorage
'
,
...
...
apps/presentationeditor/main/app/controller/Viewport.js
View file @
3bae8df0
...
...
@@ -44,7 +44,8 @@ define([
'
core
'
,
'
common/main/lib/view/Header
'
,
'
presentationeditor/main/app/view/DocumentPreview
'
,
'
presentationeditor/main/app/view/Viewport
'
'
presentationeditor/main/app/view/Viewport
'
,
'
sdk
'
// 'documenteditor/main/app/view/LeftMenu'
],
function
(
Viewport
)
{
'
use strict
'
;
...
...
apps/presentationeditor/main/app/view/FileMenu.js
View file @
3bae8df0
...
...
@@ -43,7 +43,8 @@
define
([
'
text!presentationeditor/main/app/template/FileMenu.template
'
,
'
underscore
'
,
'
common/main/lib/component/BaseView
'
'
common/main/lib/component/BaseView
'
,
'
presentationeditor/main/app/view/FileMenuPanels
'
],
function
(
tpl
,
_
)
{
'
use strict
'
;
...
...
apps/presentationeditor/main/app/view/FileMenuPanels.js
View file @
3bae8df0
...
...
@@ -42,7 +42,8 @@
define
([
'
common/main/lib/view/DocumentAccessDialog
'
,
'
common/main/lib/component/CheckBox
'
'
common/main/lib/component/CheckBox
'
,
'
sdk
'
],
function
()
{
'
use strict
'
;
...
...
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
View file @
3bae8df0
...
...
@@ -31,7 +31,8 @@
*
*/
define
([
'
common/main/lib/view/DocumentAccessDialog
'
'
common/main/lib/view/DocumentAccessDialog
'
,
'
sdk
'
],
function
()
{
'
use strict
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment