MDL-56010 libraries: Add missing comment back to loglevel

This commit is contained in:
Andrew Nicols 2016-10-04 16:33:31 +08:00
parent 109c3a1c57
commit 1f5ae5f4e6

View File

@ -25,6 +25,7 @@
// Description of import into Moodle:
// Download from https://github.com/pimterry/loglevel/releases
// Copy loglevel.js into lib/amd/src/ in Moodle folder.
// Add the license as a comment to the file and these instructions.
/*
* loglevel - https://github.com/pimterry/loglevel
@ -258,4 +259,4 @@
};
return defaultLogger;
}));
}));