Make WordPress Core


Ignore:
Timestamp:
04/15/2014 10:06:11 PM (9 years ago)
Author:
azaozz
Message:

Update the TinyMCE tests to 4.0.21.1, see #27744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/editor/index.html

    r27679 r28138  
    66    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    77    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
    8     <title>QUnit tests</title>
    98    <link rel="stylesheet" href="js/qunit/qunit.css" type="text/css" />
    109    <link rel="stylesheet" href="../../../src/wp-includes/js/tinymce/skins/lightgray/skin.min.css" type="text/css" />
     
    7170
    7271    <!-- tinymce.* -->
     72    <script src="tinymce/AddOnManager.js"></script>
    7373    <script src="tinymce/Editor.js"></script>
    7474    <script src="tinymce/EditorCommands.js"></script>
     75    <script src="tinymce/EditorManager.js"></script>
    7576    <script src="tinymce/EnterKey.js"></script>
    7677    <script src="tinymce/ForceBlocks.js"></script>
Note: See TracChangeset for help on using the changeset viewer.