From 377d034fc73f7faa09d502dbe7be551cb39c4293 Mon Sep 17 00:00:00 2001 From: Vladimir Dronnikov Date: Tue, 29 Nov 2011 22:10:50 +0400 Subject: [PATCH] typo fixed --- src/prototype/dom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prototype/dom.js b/src/prototype/dom.js index 6003cd048..a93263edb 100644 --- a/src/prototype/dom.js +++ b/src/prototype/dom.js @@ -8,6 +8,7 @@ /** * == DOM == + * * Extensions to DOM elements, plus other utilities for DOM traversal * and modification. *