foo 71 B

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