src/js/widgets.js
branchpopcorn-port
changeset 539 3ba5b82aebb6
parent 520 fe008e95a716
child 826 c7ae4f126e51
--- a/src/js/widgets.js	Wed Dec 28 12:03:29 2011 +0100
+++ b/src/js/widgets.js	Wed Dec 28 14:41:43 2011 +0100
@@ -47,6 +47,10 @@
 
   if (config.hasOwnProperty("widthmax")) {
      this.widthmax = config.widthmax;     
+  } 
+
+  if (config.hasOwnProperty("layoutManager")) {
+     this.layoutManager = config.layoutManager;     
   }
   
 };