Skip to content
Snippets Groups Projects
Commit cb075a32 authored by Calen Pennington's avatar Calen Pennington
Browse files

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

parent b36aa292
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment