fixup! Load all webpack chunks into fragments as correctly-typed resources

This commit is contained in:
Calen Pennington
2018-09-10 15:09:34 -04:00
parent b36aa292dd
commit cb075a3240

View File

@@ -106,7 +106,9 @@ define(['jquery', 'underscore', 'common/js/components/utils/view_utils', 'js/vie
// Scroll us to the element with a little buffer at the top for context.
ViewUtils.setScrollOffset($target, ($(window).height() * 0.10));
}
originalDone();
if (originalDone) {
originalDone();
}
}
self.handleXBlockFragment(fragment, options);
}