Changeset 42
- Timestamp:
- 03/19/05 23:23:35 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r39 r42 174 174 this.version = "3.0"; 175 175 176 this.width = " auto";176 this.width = "toolbar"; 177 177 this.height = "auto"; 178 178
