oneliner to specify the popcorn instance to the layout manager. popcorn-port
authorhamidouk
Tue, 25 Oct 2011 10:30:33 +0200
branchpopcorn-port
changeset 136 9c2e80e4f1b5
parent 135 98080f19ccce
child 137 ef6c1252c459
oneliner to specify the popcorn instance to the layout manager.
src/js/init.js
--- a/src/js/init.js	Mon Oct 24 17:28:11 2011 +0200
+++ b/src/js/init.js	Tue Oct 25 10:30:33 2011 +0200
@@ -75,6 +75,7 @@
   
   var params = {width: guiOptions.width, height: guiOptions.height};
   var lay = new IriSP.LayoutManager(params);
+  lay.setPopcornInstance(popcornInstance);
   
   var ret_widgets = [];