Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Update source/maps_lib.js
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Dec 20, 2012
1 parent a893111 commit f8f11d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/maps_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ var MapsLib = {
query: {
from: MapsLib.fusionTableId,
select: MapsLib.locationColumn,
where: whereClause,
styleId: 2,
templateId: 2
}
where: whereClause
},
styleId: 2,
templateId: 2
});
MapsLib.searchrecords.setMap(map);
MapsLib.getCount(whereClause);
Expand Down Expand Up @@ -243,4 +243,4 @@ var MapsLib = {
if (text == undefined) return '';
return decodeURIComponent(text);
}
}
}

0 comments on commit f8f11d1

Please sign in to comment.