Skip to content

Commit

Permalink
Fixing a small error
Browse files Browse the repository at this point in the history
Small bug
  • Loading branch information
Frasier-Arman-bah committed Jun 18, 2015
1 parent 85a8c34 commit 511ce2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/citysdk.census.js
Original file line number Diff line number Diff line change
Expand Up @@ -1694,9 +1694,6 @@ CensusModule.prototype.GEORequest = function(request, callback) {
CitySDK.prototype.sdkInstance.modules.census.tigerwebRequest(request, function(response) {
if(!("totals" in response)) {
response.totals = {};
request.variables.forEach(function(v) {
response.totals[v] = 0;
})
}
//If we have data, let's attach it to the geoJSON
if("data" in request) {
Expand Down

0 comments on commit 511ce2b

Please sign in to comment.