Add IronFitBehavior stub to avoid templtate test failure

Also adds type to isHidden

Change-Id: If6c8e0fca9d17f1243d166493131e1d4308ebdab
This commit is contained in:
Becky Siegel
2017-10-05 13:24:32 -07:00
parent 9e41a0fb14
commit 564d4fa542
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
properties: {
index: Number,
isHidden: {
type: Boolean,
value: true,
reflectToAttribute: true,
},

View File

@@ -89,6 +89,7 @@ if __name__ == "__main__":
# Special case for polymer behaviors we are using.
replaceBehaviorLikeHTML("polygerrit-ui/app/bower_components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html", "iron-a11y-keys-behavior.html")
generateStubBehavior("Polymer.IronOverlayBehavior")
generateStubBehavior("Polymer.IronFitBehavior")
#TODO figure out something to do with iron-overlay-behavior. it is hard-coded reformatted.