6 Zeilen
71 B

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