[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/editor/atto/ -> readme_moodle.txt (source)

   1  Description of the import of libraries associated with the Atto editor.
   2  
   3  1)  Rangy (version 1.2.3)
   4      * Download the latest stable release;
   5      * Delete all files in yui/src/rangy/js
   6      * Copy the content of the 'currentrelease/uncompressed' folder into yui/src/rangy/js
   7      * Patch out the AMD / module support from rangy (because we are loading it with YUI)
   8        To do this - change the code start of each js file to look like (just delete the other lines):
   9  
  10  (function(factory, root) {
  11      // No AMD or CommonJS support so we use the rangy property of root (probably the global variable)
  12      factory(root.rangy);
  13  })(function(rangy) {
  14  
  15      * Run shifter against yui/src/rangy
  16  
  17  
  18      Notes:
  19      * We have patched 1.2.3 with a backport fix from the next release of Rangy which addresses an incompatibility
  20        between Rangy and HTML5Shiv which is used in the bootstrapclean theme. See MDL-44798 for further information.


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1