From 99e1a22f8bd6a8189792fc670b17caaabdd80763 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 27 Jan 2009 15:34:17 -0800 Subject: [PATCH] Fix typo. --- static/js/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/Editor.js b/static/js/Editor.js index 206fb3f..57ce58f 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -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 };