www

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

port.js~ (147B)


      1 function MPort() {
      2     makeUid(this);
      3 }
      4 
      5 function VPort(mPort, emplacement) {
      6     makeView(this, 'vPort', emplacement);
      7     
      8     var that = this;
      9 }