Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
adapt to new publish format; don't use property info object without i…
Browse files Browse the repository at this point in the history
…ncluding reflect property.
  • Loading branch information
sorvell committed Jul 25, 2014
1 parent 11e567c commit 194451a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* @type string
* @default ''
*/
iconSrc: {value: ''},
iconSrc: '',

/**
* (optional) Specifies the icon name or index in the set of icons
Expand All @@ -83,7 +83,7 @@
* @type string
* @default ''
*/
icon: {value: ''}
icon: ''

},

Expand Down

0 comments on commit 194451a

Please sign in to comment.