##// END OF EJS Templates
Export the widget unpack_models function for other custom classes to use...
Jason Grout -
Show More
@@ -179,6 +179,7 b' define(['
179 });
179 });
180
180
181 return {
181 return {
182 'unpack_models': unpack_models,
182 'BoxModel': BoxModel,
183 'BoxModel': BoxModel,
183 'BoxView': BoxView,
184 'BoxView': BoxView,
184 'FlexBoxView': FlexBoxView,
185 'FlexBoxView': FlexBoxView,
General Comments 0
You need to be logged in to leave comments. Login now