chore(): fix pull-to-refresh types

This commit is contained in:
Adam Bradley
2016-01-14 13:20:52 -06:00
parent e67c79104f
commit 6dc7b25c5f
4 changed files with 44 additions and 56 deletions

View File

@ -60,7 +60,7 @@ export class TextInput {
this.element().focus();
}
relocate(shouldRelocate, inputRelativeY) {
relocate(shouldRelocate: boolean, inputRelativeY?) {
if (this._relocated !== shouldRelocate) {
let focusedInputEle = this.element();