Changeset 4372
- Timestamp:
- 10/14/09 11:55:40 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/dt/plugins/selection/selection.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/dt/plugins/selection/selection.html
r4099 r4372 8 8 <script type="text/javascript"> 9 9 //<![CDATA[ 10 CKEDITOR.plugins.load( [ 'selection' ] ); 10 // Load the required plugins and launch the runner. 11 CKEDITOR.test.runner.defer = true; 12 CKEDITOR.plugins.load( [ 'selection' ] , function() 13 { 14 CKEDITOR.test.runner.run(); 15 } ); 11 16 //]]> 12 17 </script>
Note: See TracChangeset
for help on using the changeset viewer.
