Skip to content
Code-Schnipsel Gruppen Projekte
Commit 5a7a32b7 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: -> window size calc with ghost div

Übergeordneter f78c0ee1
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -106,7 +106,7 @@ define('qui/classes/QUI', [
win.requestAnimationFrame(function () {
Ghost.setStyle('display', null);
this.$winSize = win.getSize();
this.$winSize = Ghost.getSize();
Ghost.setStyle('display', 'none');
this.$winScroll = win.getScroll();
......@@ -128,7 +128,7 @@ define('qui/classes/QUI', [
}
Ghost.setStyle('display', null);
this.$winSize = win.getSize();
this.$winSize = Ghost.getSize();
Ghost.setStyle('display', 'none');
this.$winScroll = win.getScroll();
......@@ -146,7 +146,7 @@ define('qui/classes/QUI', [
win.addEvent('domready', function () {
Ghost.inject(document.body);
Ghost.setStyle('display', null);
this.$winSize = win.getSize();
this.$winSize = Ghost.getSize();
Ghost.setStyle('display', 'none');
this.$winScroll = win.getScroll();
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren