Skip to content

Commit

Permalink
Remove empty updateKeyboardHeight function
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Feb 15, 2012
1 parent a27d041 commit b95fe47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/homescreen/js/keyboard.js
Expand Up @@ -969,9 +969,6 @@ const IMEManager = {
}
},

updateKeyboardHeight: function km_updateKeyboardHeight() {
},

updateTargetWindowHeight: function km_updateTargetWindowHeight() {
this.targetWindow.style.height =
(this.targetWindow.dataset.rectHeight - this.ime.scrollHeight) + 'px';
Expand Down

0 comments on commit b95fe47

Please sign in to comment.