lib.js 56 B

12345
  1. Test = {}
  2. Test.t1 = function () {
  3. print('test1')
  4. }