first commit

This commit is contained in:
Luuk Verhoeven
2019-05-14 12:25:43 +02:00
commit 3542e7a7d0
9 changed files with 115 additions and 0 deletions

10
yui/src/form/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "moodle-availability_ipaddress-form",
"builds": {
"moodle-availability_ipaddress-form": {
"jsfiles": [
"form.js"
]
}
}
}