Export the widget unpack_models function for other custom classes to use

Thanks to @jdfreder for this suggestion.
Jason Grout 11 years ago
parent 58098aebc1
commit 4d86d06940

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

Loading…
Cancel
Save