mirror of
https://github.com/moodle/moodle.git
synced 2025-03-02 23:09:37 +01:00
This removes alot of complex, hard to test, hard to debug code from the editor so we can focus on the things we want to spend time on. Rangy seems a good choice for browser support, stability and features.
11 lines
235 B
XML
11 lines
235 B
XML
<?xml version="1.0"?>
|
|
<libraries>
|
|
<library>
|
|
<location>yui/src/rangy/js/*.*</location>
|
|
<name>Rangy</name>
|
|
<license>MIT</license>
|
|
<version>1.2.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
</libraries>
|