Skip to content

Commit

Permalink
Sometimes I'm slower than I look.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishtank-xx committed Apr 25, 2010
1 parent f15070e commit e34d005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/index.js
Expand Up @@ -13,9 +13,8 @@ Jaml.register('saunter.project', function(proj) {
var saunter = {
populate_projects: function(projects) {
var badge = $("#badge");
console.log(projects);
_.each(projects, function(project) {
badge.append(Jaml.render(project));
badge.append(Jaml.render('saunter.project', project));
});
}
};
Expand Down

0 comments on commit e34d005

Please sign in to comment.