Changeset 5518
- Timestamp:
- 05/25/10 17:14:38 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/scayt/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/scayt/plugin.js
r5505 r5518 262 262 if ( scayt_instance && plugin.isScaytReady( this.editor ) ) 263 263 { 264 this.contents = scayt_instance.reset( thisContents ); 265 otherImage.contents = scayt_instance.reset( otherContents ); 264 // scayt::reset might return value undefined. (#5742) 265 this.contents = scayt_instance.reset( thisContents ) || ''; 266 otherImage.contents = scayt_instance.reset( otherContents ) || ''; 266 267 } 267 268
Note: See TracChangeset
for help on using the changeset viewer.
