Skip to content

Commit

Permalink
fix(platform): revert b1f94da, fixes #3175 #3279
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Mar 11, 2015
1 parent 082f30e commit 1c7b288
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/utils/platform.js
Expand Up @@ -368,11 +368,6 @@
ionic.DomUtil.ready(function() {
// run this only when or if the DOM is ready
requestAnimationFrame(function() {
// fixing pane height before we adjust this
var panes = document.getElementsByClassName('pane');
for (var i = 0; i < panes.length; i++) {
panes[i].style.height = panes[i].offsetHeight + "px";
}
if (self.isFullScreen) {
document.body.classList.add('fullscreen');
} else {
Expand Down

0 comments on commit 1c7b288

Please sign in to comment.