www

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

instance-connexion.js~ (337B)


      1 function VInstanceConnexion(mConnexion, emplacement) {
      2     makeView(this, 'vConnexion', emplacement, 'vSegment1', 'vSegment2', 'vSegment3');
      3     
      4     var that = this;
      5     
      6     // Actions
      7     this.vueNormale = function() {
      8         
      9     }
     10     
     11     // Binding
     12     // onMove (dePort, versPort) 
     13     
     14     // Défauts
     15     this.vueNormale();
     16 }