say.js 56 B

123
  1. module.declare('say', function () {
  2. alert('hello')
  3. })