Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ebryn committed Jun 17, 2011
1 parent e77c985 commit 9fa7d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sproutcore-handlebars/lib/controls/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SC.Button = SC.View.extend({

renderBuffer: function(tagName) {
return SC.RenderBuffer(tagName).attr('type', get(this, 'type'));
}
},

targetObject: function() {
var target = get(this, 'target');
Expand Down

0 comments on commit 9fa7d40

Please sign in to comment.