From cdb986f50641dd3b51121c466206960f8a75e785 Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Mon, 28 Sep 2015 13:14:27 -0400 Subject: [PATCH] build --- dist/torque.full.uncompressed.js | 6 +++--- dist/torque.uncompressed.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/torque.full.uncompressed.js b/dist/torque.full.uncompressed.js index 45c5df3..d111739 100644 --- a/dist/torque.full.uncompressed.js +++ b/dist/torque.full.uncompressed.js @@ -4987,7 +4987,7 @@ var carto = global.carto || require('carto'); // // this renderer just render points depending of the value - // + // function RectanbleRenderer(canvas, options) { this.options = options; carto.tree.Reference.set(torque['torque-reference']); @@ -5064,7 +5064,7 @@ var carto = global.carto || require('carto'); // by-pass the style generation for improving performance color = this._shader['polygon-fill']({ value: value }, { zoom: 0 }); ctx.fillStyle = color; - //TODO: each function should have a default value for each + //TODO: each function should have a default value for each //property defined in the cartocss alpha = polygon_alpha({ value: value }, { zoom: 0 }); if(alpha === null) { @@ -5078,7 +5078,7 @@ var carto = global.carto || require('carto'); }, // - // renders a tile in the canvas for key defined in + // renders a tile in the canvas for key defined in // the torque tile // renderTile: function(tile, key, callback) { diff --git a/dist/torque.uncompressed.js b/dist/torque.uncompressed.js index 3c98242..fbb7764 100644 --- a/dist/torque.uncompressed.js +++ b/dist/torque.uncompressed.js @@ -4994,7 +4994,7 @@ var carto = global.carto || require('carto'); // // this renderer just render points depending of the value - // + // function RectanbleRenderer(canvas, options) { this.options = options; carto.tree.Reference.set(torque['torque-reference']); @@ -5071,7 +5071,7 @@ var carto = global.carto || require('carto'); // by-pass the style generation for improving performance color = this._shader['polygon-fill']({ value: value }, { zoom: 0 }); ctx.fillStyle = color; - //TODO: each function should have a default value for each + //TODO: each function should have a default value for each //property defined in the cartocss alpha = polygon_alpha({ value: value }, { zoom: 0 }); if(alpha === null) { @@ -5085,7 +5085,7 @@ var carto = global.carto || require('carto'); }, // - // renders a tile in the canvas for key defined in + // renders a tile in the canvas for key defined in // the torque tile // renderTile: function(tile, key, callback) {