From dc389b7f1b64ed98a6fe92c32a9cb3f656502efc Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Mon, 28 Sep 2015 13:15:56 -0400 Subject: [PATCH] build --- dist/torque.full.uncompressed.js | 2 -- dist/torque.uncompressed.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dist/torque.full.uncompressed.js b/dist/torque.full.uncompressed.js index 9d3d3f5..e7c48ea 100644 --- a/dist/torque.full.uncompressed.js +++ b/dist/torque.full.uncompressed.js @@ -3223,13 +3223,11 @@ var Profiler = require('../profiler'); var val_keys = Object.keys(row).filter(function(k){return (k.indexOf("vals__uint8") > -1) }) var val_arr = [] - val_keys.forEach(function(key){ var i = (key=='vals_uint8' ? 0 : key.match(/vals__uint8_(\d+)/)[1]) val_arr[i] = row[key]; }) - if (!this.options.cumulative) { for (var j = 0, len = dates.length; j < len; ++j) { var rr = rowsPerSlot[dates[j]] || (rowsPerSlot[dates[j]] = []); diff --git a/dist/torque.uncompressed.js b/dist/torque.uncompressed.js index a34fda8..bdd90eb 100644 --- a/dist/torque.uncompressed.js +++ b/dist/torque.uncompressed.js @@ -3230,13 +3230,11 @@ var Profiler = require('../profiler'); var val_keys = Object.keys(row).filter(function(k){return (k.indexOf("vals__uint8") > -1) }) var val_arr = [] - val_keys.forEach(function(key){ var i = (key=='vals_uint8' ? 0 : key.match(/vals__uint8_(\d+)/)[1]) val_arr[i] = row[key]; }) - if (!this.options.cumulative) { for (var j = 0, len = dates.length; j < len; ++j) { var rr = rowsPerSlot[dates[j]] || (rowsPerSlot[dates[j]] = []);