Skip to content
Snippets Groups Projects
Commit 74897536 authored by Ari Rizzitano's avatar Ari Rizzitano
Browse files

add base factory into textbooks factory

parent 2556864b
No related branches found
No related tags found
No related merge requests found
define(
['js/factories/textbooks', 'common/js/utils/page_factory', 'js/pages/course'],
['js/factories/textbooks', 'common/js/utils/page_factory', 'js/factories/base', 'js/pages/course'],
function(TextbooksFactory, invokePageFactory) {
'use strict';
invokePageFactory('TextbooksFactory', TextbooksFactory);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment