added lib header
This commit is contained in:
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
|
// iOS fix
|
||||||
if (Function.prototype.bind == undefined) {
|
if (Function.prototype.bind == undefined) {
|
||||||
Function.prototype.bind = function (bind) {
|
Function.prototype.bind = function (bind) {
|
||||||
|
Loading…
Reference in New Issue
Block a user