-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.coffee
66 lines (62 loc) · 1.19 KB
/
test.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
define [
'teambition'
'view'
'lib/socket'
'lib/window/index'
'lib/notification/index'
'views/core/float/index'
'views/portal/index'
'views/organization/organization/index'
'views/wall/wall/index'
'views/board/board/index'
'views/home/home/index'
'views/library/library/index'
'views/events/events/index'
'views/review/review/index'
'views/tag/tags/index'
'views/bookkeeping/bookkeeping/index'
'views/core/navigation/index'
'views/member/member-bar/index'
'views/core/app-switcher/index'
'views/inbox/inbox/index'
'views/core/markdown-helper/index'
'views/work/works-background-uploader/index'
# collection
'collections/messages'
'collections/members'
'collections/projects'
'collections/tags'
'thenjs'
'hotkey'
'essage'
], (
teambition
View
Socket
WindowView
Notification
FloatView
PortalView
OrganizationView
WallView
BoardView
HomeView
LibraryView
EventsView
ReviewView
TagView
BookkeepingView
NavigationView
MemberBarView
AppSwitcherView
InboxView
MarkdownHelperView
WorkBgUploaderView
# collection
MessagesCollection
MembersCollection
ProjectsCollection
TagsCollection
Thenjs
Hotkey
) ->