Add IronFitBehavior stub to avoid templtate test failure
Also adds type to isHidden Change-Id: If6c8e0fca9d17f1243d166493131e1d4308ebdab
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
properties: {
|
||||
index: Number,
|
||||
isHidden: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
reflectToAttribute: true,
|
||||
},
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user