Update comments to point to openedx.atlassian.net

And whitespace corrections (automatically made by my editor, and I'm too lazy
to remove them)
This commit is contained in:
David Baumgold
2014-08-18 15:34:04 -04:00
parent cbffcd2fbb
commit 2e02cefc90
4 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
// Wrapper for RequireJS. It will make the standard requirejs(), require(), and
// define() functions from Require JS available inside the anonymous function.
//
// See https://edx-wiki.atlassian.net/wiki/display/LMS/Integration+of+Require+JS+into+the+system
// See https://openedx.atlassian.net/wiki/display/PLAT/Integration+of+Require+JS+into+the+system
(function (requirejs, require, define) {
// HACK: this should be removed when it is safe to do so