Changeset 5341 for branches/Release01x00/TinyMCEPlugin
- Timestamp:
- 10/22/09 03:05:53 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/wordcount/editor_plugin_src.js
r5312 r5341 17 17 18 18 t.countre = ed.getParam('wordcount_countregex', /\S\s+/g); 19 t.cleanre = ed.getParam('wordcount_cleanregex', /[0-9.(),;:!?%#$¿'"_+=\\ /-]*/g);19 t.cleanre = ed.getParam('wordcount_cleanregex', /[0-9.(),;:!?%#$¿'"_+=\\\/-]*/g); 20 20 t.id = ed.id + '-word-count'; 21 21
Note: See TracChangeset
for help on using the changeset viewer.
