mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Dropped require-kernel and etherpad-yamsl (#6520)
* Dropped require-kernel and etherpad-yamsl * Removed tests --------- Co-authored-by: SamTv12345 <samtv12345@samtv12345.com>
This commit is contained in:
parent
983b799231
commit
b1139e1aff
8 changed files with 0 additions and 212 deletions
|
@ -14,7 +14,6 @@
|
|||
<div id="iframe-container"></div>
|
||||
</div>
|
||||
|
||||
<script src="../../static/js/require-kernel.js"></script>
|
||||
<script src="../../static/js/vendors/jquery.js"></script>
|
||||
<script src="lib/sendkeys.js"></script>
|
||||
<script src="../../static/js/vendors/browser.js"></script>
|
||||
|
|
|
@ -187,7 +187,6 @@ $(() => (async () => {
|
|||
// mutates the module definition function to temporarily replace Mocha's functions with
|
||||
// placeholders. The placeholders make it possible to defer the actual Mocha function calls until
|
||||
// after the modules are all loaded in parallel. require.setGlobalKeyPath() is used to coax
|
||||
// require-kernel into using the wrapper define() method instead of require.define().
|
||||
|
||||
// Per-module log of attempted Mocha function calls. Key is module path, value is an array of
|
||||
// [functionName, argsArray] arrays.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue