added lib header

This commit is contained in:
andrewxhill 2012-09-30 20:52:15 -04:00
parent 0232eb3887
commit 8aa21622e0

View File

@ -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) {