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

Commit 432be21

Browse files
author
Yvonne Yip
committed
rename fn's
1 parent f9e0592 commit 432be21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

paper-input.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
this.label = this.placeholder;
234234
},
235235

236-
focusAction: function(e) {
236+
inputFocusAction: function(e) {
237237
if (!this.pressed) {
238238
if (this.floatingLabel) {
239239
this.$.floatedLabel.classList.remove('hidden');
@@ -248,7 +248,9 @@
248248
this.focused = true;
249249
},
250250

251-
blurAction: function() {
251+
inputBlurAction: function() {
252+
this.super(arguments);
253+
252254
this.$.underlineHighlight.classList.remove('focused');
253255
this.$.caret.classList.remove('focused');
254256
if (this.floatingLabel) {

0 commit comments

Comments
 (0)