witten
/
luminotes
Archived
1
0
Fork 0

Fix typo.

This commit is contained in:
Dan Helfman 2009-01-27 15:34:17 -08:00
parent 025faae54e
commit 99e1a22f8b
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ Editor.prototype.resize = function ( get_height_from_div ) {
var height = null;
var width = elementDimensions( this.div.parentNode ).w;
// set the width first, because that influence the height of the content
// set the width first, because that influences the height of the content
if ( MSIE6 )
width -= FRAME_BORDER_HEIGHT * 2;
var size = { "w": width };