From 8aa21622e0ae281052367c9ba599d0f084d94b89 Mon Sep 17 00:00:00 2001 From: andrewxhill Date: Sun, 30 Sep 2012 20:52:15 -0400 Subject: [PATCH] added lib header --- src/torque.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/torque.js b/src/torque.js index f73a9b3..9978a46 100644 --- a/src/torque.js +++ b/src/torque.js @@ -1,3 +1,15 @@ +/** + * + * Torque library + * + * A tool for mapping temporal data from CartoDB + * Still in development and being finalized for + * CartoDB 2.0 + * + * Authors: Andrew Hill, Simon Tokumine, Javier Santana + * + */ + // iOS fix if (Function.prototype.bind == undefined) { Function.prototype.bind = function (bind) {