Changes from branches/4.3/tests/qunit/editor/index.html at r34029 to trunk/tests/qunit/editor/index.html at r33013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/editor/index.html
r34029 r33013 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>23 22 <script src="js/qunit/qunit.js"></script> 24 23 <script src="../../../build/wp-includes/js/tinymce/tinymce.min.js"></script> … … 27 26 <script src="js/init.js"></script> 28 27 29 <!-- tinymce.data.* -->30 <script src="tinymce/data/ObservableObject.js"></script>31 32 28 <!-- tinymce.file.* --> 33 29 <script src="tinymce/file/Conversions.js"></script> 34 <script src="tinymce/file/ImageScanner.js"></script>35 30 36 31 <script>
Note: See TracChangeset
for help on using the changeset viewer.