summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/times2.js
blob: 2d51ed87a82fe8593560238df505e65627d03b42 (plain)
1
2
3
module.exports = function(x) {
  return x * 2;
}