index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devtools
/
client
/
debugger
/
new
/
test
/
mochitest
/
examples
/
times2.js
blob: 2d51ed87a82fe8593560238df505e65627d03b42 (
plain
)
1
2
3
module.exports = function(x) { return x * 2; }