Changeset 7929
- Timestamp:
- 05/14/2008 04:07:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js
r7854 r7929 134 134 135 135 // Word count if script is loaded 136 if ( 'undefined' != wpWordCount ) {136 if ( 'undefined' != typeof wpWordCount ) { 137 137 var last = 0; 138 138 ed.onKeyUp.add(function(ed, e) {
Note: See TracChangeset
for help on using the changeset viewer.