www

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

liste-définitions.js (140B)


      1 function MListeDéfinitions() {
      2     makeUid(this);
      3     makeCollection(this, 'définitions');
      4     makeCollection(this, 'tabsDéfinitions');
      5 }