- Timestamp:
- 03/05/05 10:00:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/EnterParagraphs/enter-paragraphs.js
r20 r37 6 6 function EnterParagraphs(editor) { 7 7 this.editor = editor; 8 9 8 // Activate only if we're talking to Gecko 10 9 if (HTMLArea.is_gecko) … … 256 255 } 257 256 else sel.collapse(holdEnd, 0); 258 editor.scrollToElement(holdEnd);259 editor.updateToolbar();257 this.editor.scrollToElement(holdEnd); 258 this.editor.updateToolbar(); 260 259 261 260 //======================
Note: See TracChangeset
for help on using the changeset viewer.