- Timestamp:
- 06/06/2015 10:37:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
r32699 r32700 1 1 ( function( $, QUnit, tinymce, _type, setTimeout ) { 2 2 var editor; 3 4 if ( tinymce.Env.ie && tinymce.Env.ie < 9 ) { 5 return; 6 } 3 7 4 8 function type() {
Note: See TracChangeset
for help on using the changeset viewer.