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

Commit f9e0592

Browse files
author
Yvonne Yip
committed
Revert "Merge pull request #26 from jmuk/focus-blur"
This reverts commit 590ce91, reversing changes made to 9a05fab.
1 parent c0dd5d5 commit f9e0592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-input.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
</core-style>
5757

58-
<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}" on-focus="{{focusAction}}" on-blur="{{blurAction}}">
58+
<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}">
5959

6060
<template>
6161

0 commit comments

Comments
 (0)