From 004b5c90b03ee12be0ac0e653ec4006970ee6740 Mon Sep 17 00:00:00 2001
From: Dan Vanderkam <dan@dygraphs.com>
Date: Mon, 6 Jun 2011 11:54:48 -0400
Subject: [PATCH] file-level comments

---
 dygraph-utils.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dygraph-utils.js b/dygraph-utils.js
index 2d43d2d..b5521c4 100644
--- a/dygraph-utils.js
+++ b/dygraph-utils.js
@@ -1,4 +1,12 @@
+// Copyright 2011 Dan Vanderkam (danvdk@gmail.com)
+// All Rights Reserved.
 
+/**
+ * @fileoverview This file contains utility functions used by dygraphs. These
+ * are typically static (i.e. not related to any particular dygraph). Examples
+ * include date/time formatting functions, basic algorithms (e.g. binary
+ * search) and generic DOM-manipulation functions.
+ */
 
 Dygraph.LOG_SCALE = 10;
 Dygraph.LN_TEN = Math.log(Dygraph.LOG_SCALE);
-- 
2.7.4