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

Commit

Permalink
Merge pull request #42 from garlicnation/master
Browse files Browse the repository at this point in the history
Create @element annotations for some of core-overlay's supporting elements.
  • Loading branch information
garlicnation committed Dec 17, 2014
2 parents 29f8cc7 + df1009c commit 7565593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core-key-helper.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

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

<!--
@element core-key-helper
-->
<polymer-element name="core-key-helper">
<script>
Polymer('core-key-helper', {
Expand Down
3 changes: 3 additions & 0 deletions core-overlay-layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
-->
<link rel="import" href="../polymer/polymer.html">

<!--
@element core-overlay-layer
-->
<polymer-element name="core-overlay-layer">
<template>
<style>
Expand Down

0 comments on commit 7565593

Please sign in to comment.