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

Commit

Permalink
fixes #1, getter can't be a published property
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 4, 2014
1 parent 1579489 commit df7b373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<link rel="import" href="../polymer/polymer.html">

<polymer-element name="core-meta" attributes="list label type" hidden>
<polymer-element name="core-meta" attributes="label type" hidden>
<script>

(function() {
Expand Down Expand Up @@ -118,7 +118,7 @@
/**
* Returns a list of all meta-data elements with the same type.
*
* @attribute list
* @property list
* @type array
* @default []
*/
Expand Down

0 comments on commit df7b373

Please sign in to comment.