www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

monde.js (210B)


      1 function MMonde() {
      2     makeUid(this);
      3     makeCollection(this, 'mBlocs');
      4     makeCollection(this, 'mLog'); // TODO
      5     makeCollection(this, 'mLogs'); // TODO
      6     makeCollection(this, 'mRecherches'); // TODO
      7 }