Skip to content

Commit

Permalink
Enclose default within double-quotes...
Browse files Browse the repository at this point in the history
...to avoid Parse Errors
  • Loading branch information
dhilipsiva committed Apr 14, 2015
1 parent fbdf58c commit e6f59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/gravatar-image.js
Expand Up @@ -8,7 +8,7 @@ export default Ember.Component.extend({
size: 250,
email: '',
title: '',
default: '',
'default': '',
secure: null,

src: Ember.computed('email', 'size', 'default', function() {
Expand Down

0 comments on commit e6f59e9

Please sign in to comment.