Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MDL-40540 dock: the dock loader is now a proper sub module
[moodle.git]
/
lib
/
yui
/
src
/
dock
/
meta
/
dock.json
1
{
2
"moodle-core-dock": {
3
"requires": [
4
"base",
5
"node",
6
"event-custom",
7
"event-mouseenter",
8
"event-resize",
9
"escape",
10
"moodle-core-dock-loader"
11
]
12
},
13
"moodle-core-dock-loader": {
14
"requires": [
15
"escape"
16
]
17
}
18
}