6 lines
76 B

  1. define(function(){
  2. return {
  3. msg : 'foo.bar loaded !'
  4. };
  5. });