src/js/widgets.js
branchpopcorn-port
changeset 539 3ba5b82aebb6
parent 520 fe008e95a716
child 826 c7ae4f126e51
equal deleted inserted replaced
538:b778b2f93ef4 539:3ba5b82aebb6
    45      this.heightmax = config.heightmax;     
    45      this.heightmax = config.heightmax;     
    46   }
    46   }
    47 
    47 
    48   if (config.hasOwnProperty("widthmax")) {
    48   if (config.hasOwnProperty("widthmax")) {
    49      this.widthmax = config.widthmax;     
    49      this.widthmax = config.widthmax;     
       
    50   } 
       
    51 
       
    52   if (config.hasOwnProperty("layoutManager")) {
       
    53      this.layoutManager = config.layoutManager;     
    50   }
    54   }
    51   
    55   
    52 };
    56 };
    53 
    57 
    54 /**
    58 /**