This website requires JavaScript.
Explore
Help
Sign In
libretic
/
etherpad-lite
Watch
6
Star
0
Fork
You've already forked etherpad-lite
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ef923209b0
etherpad-lite
/
available_plugins
/
ep_fintest
/
static
/
js
/
test.js
5 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Client side / server side require
2012-02-26 00:45:06 +01:00
exports
.
foo
=
42
;
Client side hooks are now loaded and works
2012-03-01 18:45:02 +01:00
exports
.
bar
=
function
(
hook
_name
,
args
,
cb
)
{
return
cb
(
[
"FOOOO"
]
)
;
}
Reference in a new issue
Copy permalink