Changeset 40585
- Timestamp:
- 05/08/2017 06:05:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/wp-includes/js/tinymce/tinymce-obsolete.js
r40584 r40585 1 ( function( $, QUnit, tinymce , setTimeout) {1 ( function( $, QUnit, tinymce ) { 2 2 var editor, 3 text, 3 4 count = 0; 4 5 … … 284 285 }); 285 286 286 } )( window.jQuery, window.QUnit, window.tinymce , window.setTimeout);287 } )( window.jQuery, window.QUnit, window.tinymce );
Note: See TracChangeset
for help on using the changeset viewer.