Changes from trunk/tests/qunit/editor/index.html at r33013 to branches/4.3/tests/qunit/editor/index.html at r34029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/tests/qunit/editor/index.html
r33013 r34029 20 20 <script src="http://www.google.com/jsapi"></script> 21 21 <script>google.load("jquery", "1");</script> 22 <script src="js/module_loader.js"></script> 22 23 <script src="js/qunit/qunit.js"></script> 23 24 <script src="../../../build/wp-includes/js/tinymce/tinymce.min.js"></script> … … 26 27 <script src="js/init.js"></script> 27 28 29 <!-- tinymce.data.* --> 30 <script src="tinymce/data/ObservableObject.js"></script> 31 28 32 <!-- tinymce.file.* --> 29 33 <script src="tinymce/file/Conversions.js"></script> 34 <script src="tinymce/file/ImageScanner.js"></script> 30 35 31 36 <script>
Note: See TracChangeset
for help on using the changeset viewer.