Changeset 3897:61304e9616a6 for plugins/dcLegacyEditor/js/jsToolBar
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.wysiwyg.js
r3880 r3897 188 188 } 189 189 190 // Set lang if set for the textarea 191 if (This.textarea.lang) { 192 doc.documentElement.setAttribute('lang', This.textarea.lang); 193 } 194 190 195 This.iwin = This.iframe.contentWindow; 191 196
Note: See TracChangeset
for help on using the changeset viewer.