Skip to content

Commit

Permalink
Once more, without breaking everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed Jan 16, 2012
1 parent 7108649 commit edceb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/stop_censorship.js
Expand Up @@ -55,7 +55,7 @@ CloudFlare.define(
var senatorsByState = {}
$.each(senators, function(i, senator){

var state = %.trim(senator[0]);
var state = $.trim(senator[0]);

senatorsByState[state] = senatorsByState[state] || [];
senatorsByState[state].push(senator.slice(1));
Expand Down

0 comments on commit edceb81

Please sign in to comment.