update polymer

This commit is contained in:
Luke Pulverenti 2015-09-25 20:24:11 -04:00
parent d61dd06176
commit c2111d130d
32 changed files with 182 additions and 132 deletions

View file

@ -139,7 +139,7 @@ context. You should place this element as a child of `<body>` whenever possible.
},
listeners: {
'click': '_onClick',
'tap': '_onClick',
'iron-resize': '_onIronResize'
},
@ -199,7 +199,7 @@ context. You should place this element as a child of `<body>` whenever possible.
* Cancels the overlay.
*/
cancel: function() {
this.opened = false,
this.opened = false;
this._setCanceled(true);
},
@ -280,7 +280,7 @@ context. You should place this element as a child of `<body>` whenever possible.
this._toggleListener(this.opened, document, 'tap', this._boundOnCaptureClick, true);
this._toggleListener(this.opened, document, 'keydown', this._boundOnCaptureKeydown, true);
this._toggleListenersAsync = null;
});
}, 1);
},
// tasks which must occur before opening; e.g. making the element visible