Changeset 5234
- Timestamp:
- 03/11/10 13:44:19 (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
r5228 r5234 45 45 oParams.userDictionaryName = editor.config.scayt_userDictionaryName; 46 46 oParams.sLang = editor.config.scayt_sLang || "en_US"; 47 48 if ( CKEDITOR._scaytParams ) 49 { 50 for ( var k in CKEDITOR._scaytParams ) 51 { 52 oParams[ k ] = CKEDITOR._scaytParams[ k ]; 47 48 49 var scayt_custom_params = window.scayt_custom_params; 50 if ( typeof scayt_custom_params == 'object') 51 { 52 for ( var k in scayt_custom_params ) 53 { 54 oParams[ k ] = scayt_custom_params[ k ]; 53 55 } 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.
