-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscripts.json
108 lines (85 loc) · 3.48 KB
/
scripts.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[
"node_modules/nodelist-foreach-polyfill/index.js",
"scripts/common.js",
"scripts/quill.js",
"scripts/component/Component.js",
"scripts/component/Model.js",
"scripts/component/JointModel.js",
"scripts/component/Controller.js",
"scripts/component/SingleModelController.js",
"scripts/component/Handler.js",
"scripts/component/ElementHandler.js",
"scripts/component/InputHandler.js",
"scripts/component/Routine.js",
"scripts/component/Waterfall.js",
"scripts/Controller.js",
"scripts/authors/Author.js",
"scripts/jointsources/JointSource.js",
"scripts/jointsources/JointSourceController.js",
"scripts/jointsources/Source.js",
"scripts/jointsources/SourceController.js",
"scripts/jointsources/BlobFileSource.js",
"scripts/jointsources/TextSource.js",
"scripts/jointsources/ImageSource.js",
"scripts/jointsources/AudioSource.js",
"scripts/jointsources/VideoSource.js",
"scripts/conversations/Conversation.js",
"scripts/conversations/ConversationController.js",
"scripts/responses/Response.js",
"scripts/responses/ResponseController.js",
"scripts/discussions/Discussion.js",
"scripts/discussions/DiscussionController.js",
"scripts/explore/Explore.js",
"scripts/explore/ExploreController.js",
"scripts/explore/ExploreConversationController.js",
"scripts/explore/ExploreDiscussionController.js",
"scripts/publisher/PublisherConversationController.js",
"scripts/publisher/PublisherDiscussionController.js",
"scripts/publisher/PublisherSourceController.js",
"scripts/publisher/PublisherTextSourceController.js",
"scripts/publisher/PublisherImageSourceController.js",
"scripts/publisher/PublisherAudioSourceController.js",
"scripts/publisher/PublisherVideoSourceController.js",
"scripts/map/MapSourceController.js",
"scripts/map/MapTextSourceController.js",
"scripts/map/MapImageSourceController.js",
"scripts/map/MapAudioSourceController.js",
"scripts/map/MapVideoSourceController.js",
"scripts/map/MapConversationController.js",
"scripts/map/MapDiscussionController.js",
"scripts/map/MapResponseController.js",
"scripts/map/MapArticleController.js",
"scripts/map/MapArticleConversationController.js",
"scripts/map/MapArticleDiscussionController.js",
"scripts/map/explore/ExploreRefereesController.js",
"scripts/map/explore/ExploreHiddenRefereesController.js",
"scripts/notifications/Notifications.js",
"scripts/notifications/NotificationsController.js",
"scripts/notifications/Notification.js",
"scripts/notifications/NotificationController.js",
"scripts/notifications/BasicNotification.js",
"scripts/notifications/BasicNotificationController.js",
"scripts/notifications/ProgressNotification.js",
"scripts/notifications/ProgressNotificationController.js",
"scripts/notifications/XHRProgressNotification.js",
"scripts/notifications/XHRProgressNotificationController.js",
"scripts/prompts/PromptAction.js",
"scripts/prompts/Prompt.js",
"scripts/prompts/PromptController.js",
"scripts/prompts/BasicPrompt.js",
"scripts/prompts/BasicPromptController.js",
"scripts/AudioHandler.js",
"scripts/BlobFileHandler.js",
"scripts/CanvasHandler.js",
"scripts/DropHandler.js",
"scripts/TokenInputHandler.js",
"scripts/TokenInputController.js",
"scripts/TokenInputSuggestionsController.js",
"scripts/TokenInputThemeSuggestionsController.js",
"scripts/TokensHandler.js",
"scripts/TokensController.js",
"scripts/ImageController.js",
"scripts/ICA.js",
"scripts/Router.js",
"scripts/AppController.js"
]