Export the widget unpack_models function for other custom classes to use

Thanks to @jdfreder for this suggestion.
This commit is contained in:
Jason Grout 2015-03-30 20:37:40 -04:00
parent 58098aebc1
commit 4d86d06940

View File

@ -179,6 +179,7 @@ define([
});
return {
'unpack_models': unpack_models,
'BoxModel': BoxModel,
'BoxView': BoxView,
'FlexBoxView': FlexBoxView,