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

Commit

Permalink
add isEditor property to x-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 2, 2014
1 parent ec4f01f commit 82000d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-meta.html
Expand Up @@ -5,7 +5,7 @@
-->
<link rel="import" href="../polymer/polymer.html">

<polymer-element name="x-meta" attributes="label isContainer isHidden list map categories shouldPrepend hideSubtree">
<polymer-element name="x-meta" attributes="label isContainer isHidden list map categories shouldPrepend hideSubtree isEditor">
<script>
Polymer('x-meta', {
// shared data
Expand All @@ -20,6 +20,7 @@
properties: null,
shouldPrepend: false,
hideSubtree: false,
isEditor: false,
ready: function() {
if (this.id && this.id !== 'meta') {
this.resolveImportPath();
Expand Down

0 comments on commit 82000d9

Please sign in to comment.