equal
deleted
inserted
replaced
144 return ret_widgets; |
144 return ret_widgets; |
145 }; |
145 }; |
146 |
146 |
147 /** configure modules. @see configureWidgets */ |
147 /** configure modules. @see configureWidgets */ |
148 IriSP.configureModules = function (popcornInstance, modulesList) { |
148 IriSP.configureModules = function (popcornInstance, modulesList) { |
149 |
149 if (IriSP.null_or_undefined(modulesList)) |
|
150 return; |
|
151 |
150 var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); |
152 var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); |
151 var ret_modules = []; |
153 var ret_modules = []; |
152 var index; |
154 var index; |
153 |
155 |
154 for (index = 0; index < modulesList.length; index++) { |
156 for (index = 0; index < modulesList.length; index++) { |