MDL-29785 import latest TinyMCE 3.4.6

using https://github.com/moodle/custom-tinymce/tree/MOODLE_22_3.4.6 and https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6 customised branches
This commit is contained in:
Petr Skoda 2011-10-16 17:12:39 +02:00
parent 6731a04d93
commit 9ef8d17ab2
302 changed files with 568 additions and 237 deletions

View file

@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die();
class tinymce_texteditor extends texteditor {
/** @var string active version - directory name */
public $version = '3.4.5';
public $version = '3.4.6';
public function supported_by_browser() {
if (check_browser_version('MSIE', 6)) {