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

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 28, 2014
1 parent e6f2074 commit 9ad36e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions metadata.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<x-meta id="core-tooltip" label="Polymer Core tooltip">
<template>
<core-tooltip></core-tooltip>
</template>
<template id="imports">
<link rel="import" href="core-tooltip.html">
</template>
</x-meta>

<x-meta id="core-tooltip" label="Polymer Core Tooltip" group="Polymer Core">
<template>
<core-tooltip></core-tooltip>
</template>
<template id="imports">
<link rel="import" href="core-tooltip.html">
</template>
</x-meta>

0 comments on commit 9ad36e1

Please sign in to comment.