Reapply the XBlock RequireJS -> Webpack changes

This reverts commit 105db2cf59, reversing
changes made to 447457594f.
This commit is contained in:
Calen Pennington
2018-06-19 09:50:39 -04:00
parent 9375bda9ec
commit 07a15c681f
162 changed files with 7552 additions and 6929 deletions

View File

@@ -56,5 +56,6 @@
router.trigger('search', requestedQuery);
}
};
});
}(define || RequireJS.define));
}
);
}).call(this, define || RequireJS.define);