Add LastPass workaround (#811)

This commit is contained in:
Paulus Schoutsen 2018-01-17 10:07:08 -08:00 committed by GitHub
parent 3e0193c704
commit 9131a7c7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
<link rel="import" href='../bower_components/polymer/polymer-element.html'>
<script>
Polymer.setPassiveTouchGestures(true);
/* LastPass createElement workaround. See #428 */
document.createElement = Document.prototype.createElement;
</script>
<link rel='import' href='./util/roboto.html'>
<link rel='import' href='../bower_components/paper-styles/typography.html'>