MDL-60848 core: added instructions on how to update adapter.js

This commit is contained in:
Mark Nelson 2018-04-12 17:03:31 +08:00
parent 77e4535fd9
commit 44946baf04

View File

@ -1,3 +1,15 @@
/**
* Description of import/upgrade into Moodle:
*
* 1. Visit https://github.com/webrtc/adapter/releases.
* 2. Check if the version has been updated from what is listed in lib/thirdpartylibs.xml in the Moodle wwwroot.
* 3. If it has -
* 1. Download the source code.
* 2. Copy the content of the file release/adapter.js from the archive (ignore the first line).
* 3. Replace the content below "return (function e(t,n,r) .." in this file with the content you copied.
* 4. Ensure to update lib/thirdpartylibs.xml with any changes.
*/
// ESLint directives.
/* eslint-disable */