Skip to content

Commit

Permalink
Fix stupid typo breaking user dataset list.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed May 3, 2012
1 parent 042537c commit 180daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/static/js/views/user.js
Expand Up @@ -23,7 +23,7 @@ PANDA.views.User = Backbone.View.extend({
success: _.bind(function(model, response) {
this.datasets.fetch({
data: {
creater_email: this.user.get("email"),
creator_email: this.user.get("email"),
simple: true,
limit: 1000
},
Expand Down

0 comments on commit 180daf4

Please sign in to comment.