From 0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Dec 2008 18:24:41 +0000 Subject: - Patch #349504 by keith.smith: clean up sentence spacing in code comments. --- misc/textarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/textarea.js b/misc/textarea.js index a1860c6c8..246ca1571 100644 --- a/misc/textarea.js +++ b/misc/textarea.js @@ -9,7 +9,7 @@ Drupal.behaviors.textarea = { } var textarea = $(this).addClass('textarea-processed'), staticOffset = null; - // When wrapping the text area, work around an IE margin bug. See: + // When wrapping the text area, work around an IE margin bug. See: // http://jaspan.com/ie-inherited-margin-bug-form-elements-and-haslayout $(this).wrap('
') .parent().append($('
').mousedown(startDrag)); -- cgit v1.2.3