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

Commit

Permalink
mark alwaysPrepare so becomes ready in imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 17, 2013
1 parent ef49e86 commit 220048b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Playground/src/pg-element-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<script>
Polymer('pg-element-meta', {
type: 'element',
alwaysPrepare: true,
get sourcePath() {
if (this.parentNode && this.parentNode.path) {
return this.parentNode.path + this.path;
Expand Down
1 change: 1 addition & 0 deletions Sandbox/lib/tk-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(function() {
var metaData = {}, metaArray = [];
Polymer('tk-meta', {
alwaysPrepare: true,
isContainer: false,
isHidden: false,
properties: null,
Expand Down

0 comments on commit 220048b

Please sign in to comment.