moodle/lib/editor/atto/thirdpartylibs.xml
Damyon Wiese d321f68b3d MDL-44219 Atto: Convert selection logic to use Rangy JS Library
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.
2014-03-26 10:01:48 +08:00

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>