Removed logs
This commit is contained in:
parent
dc90052a91
commit
edb55e125c
|
@ -23,7 +23,6 @@ var previousTime;
|
||||||
|
|
||||||
var main_section = document.getElementById('main-section');
|
var main_section = document.getElementById('main-section');
|
||||||
|
|
||||||
console.log(document.getElementById('main-div').offsetHeight);
|
|
||||||
var container_size = {
|
var container_size = {
|
||||||
width: function() { if (!isFullscreen) return main_section.clientWidth; else return screen.width;},
|
width: function() { if (!isFullscreen) return main_section.clientWidth; else return screen.width;},
|
||||||
height: function() {
|
height: function() {
|
||||||
|
@ -36,8 +35,6 @@ var container_size = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(container_size.width(), container_size.height());
|
|
||||||
|
|
||||||
init();
|
init();
|
||||||
animate();
|
animate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue