Changeset 13263
- Timestamp:
- 04/04/08 10:47:57 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/_editor/plugins/EnterKeyHandling.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/_editor/plugins/EnterKeyHandling.js
r13257 r13263 81 81 if(this._pressedEnterInBlock){ 82 82 //the new created is the original current P, so we have previousSibling below 83 this.removeTrailingBr(this._pressedEnterInBlock.previousSibling); 83 if(this._pressedEnterInBlock.previousSibling){ 84 this.removeTrailingBr(this._pressedEnterInBlock.previousSibling); 85 } 84 86 delete this._pressedEnterInBlock; 85 87 }