Changeset 535
- Timestamp:
- 07/22/06 14:27:56 (7 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r533 r535 1715 1715 1716 1716 // why can't we use the following line instead ? 1717 // HTMLArea.addDom0Event(window, 'resize', this.sizeEditor);1718 HTMLArea.addDom0Event(window, 'resize', function(e) { editor.sizeEditor(); });1719 1720 // why can't we use the following line instead ?1721 1717 // this.notifyOn('panel_change',this.sizeEditor); 1722 1718 this.notifyOn('panel_change',function() { editor.sizeEditor(); }); … … 2383 2379 editor._onGenerate(); 2384 2380 } 2381 2382 HTMLArea.addDom0Event(window, 'resize', function(e) { editor.sizeEditor(); }); 2385 2383 editor.removeLoadingMessage(); 2386 2384 }
