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

Commit

Permalink
Revert "Merge pull request #26 from jmuk/focus-blur"
Browse files Browse the repository at this point in the history
This reverts commit 590ce91, reversing
changes made to 9a05fab.
  • Loading branch information
Yvonne Yip committed Jul 16, 2014
1 parent c0dd5d5 commit f9e0592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

</core-style>

<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}}">
<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}">

<template>

Expand Down

0 comments on commit f9e0592

Please sign in to comment.