Skip to content

Commit

Permalink
Arghh, putting that in a loop was not right :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cramforce committed Feb 20, 2011
1 parent 8c77449 commit 6e3d4d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/lib/stream/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ require.def("stream/tracking",
$(document).bind(name, function (e, value) {
track(name, value);
});
$(document).bind("streamie:activeuse", function (e, screen_name) {
track("activeuse:" + screen_name);
});
})
});
$(document).bind("streamie:activeuse", function (e, screen_name) {
track("activeuse:" + screen_name);
});

return {}
}
Expand Down

0 comments on commit 6e3d4d3

Please sign in to comment.