This website works better with JavaScript.
Home
Explore
Help
Sign In
ILB
/
moodle-enrol_apply
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
213
Commits
3
Branches
31
Tags
339 KiB
Branch:
master
SABERES_37_STABLE
develop_fields
master
1.5
3.1-c
v.3.1-c
v.3.2-a
v.3.3-a
v.3.5-a
v.3.5-b
v.3.5-c
v.3.5-d
v.3.5-e
v.3.7-a
v1.2.1
v1.2.2
v1.3.0
v1.3.1a
v1.4
v2.8-b
v2.8-c
v2.8-d
v2.8-g
v2.9-a
v2.9-b
v3.0-a
v3.0-b
v3.0-c
v3.0-d
v3.1-a
v3.1-b
v3.1-b.1
v3.1-b.2
v3.1-b.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
moodle-enrol_apply
/
amd
/
build
/
teste.min.js
7 lines
117 B
Raw
Permalink
Normal View
History
Adição de recursos em javascript e outros
5 years ago
define
(
[
'jquery'
]
,
function
(
)
{
return
{
init
:
function
(
)
{
alert
(
'Foo'
)
;
}
}
}
)
;