Skip to content

Commit

Permalink
add referable to templatecomponentizable
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykoerber committed Dec 16, 2015
1 parent 4ca2042 commit c25e072
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/behaviors/templatecomponentizable.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<link rel="import" href="refable.html"/>
<script>
/**
* @license
Expand Down Expand Up @@ -97,6 +98,10 @@
return Polymer({
is: is,

behaviors: [
StrandTraits.Refable
],

properties: {
model: {
type: Object,
Expand Down

0 comments on commit c25e072

Please sign in to comment.