added lib header

pull/4/merge
andrewxhill 12 years ago
parent 0232eb3887
commit 8aa21622e0

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

Loading…
Cancel
Save