From 1f5ae5f4e6a0e1a4ae3c8cc719db4419814e1452 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 4 Oct 2016 16:33:31 +0800 Subject: [PATCH] MDL-56010 libraries: Add missing comment back to loglevel --- lib/amd/src/loglevel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/amd/src/loglevel.js b/lib/amd/src/loglevel.js index 734eb80e7f6..07e932e996d 100644 --- a/lib/amd/src/loglevel.js +++ b/lib/amd/src/loglevel.js @@ -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; -})); \ No newline at end of file +}));