Commit af90f68ee559c7c162efc619d7cb036168619f5a

Authored by Edmar Moretti
1 parent 5b44a31f

--no commit message

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesjs/classe_i3geo.js
... ... @@ -800,6 +800,7 @@ var i3GEO = {
800 800 * Return: {array} - [w,h]
801 801 */
802 802 calculaTamanho : function() {
  803 + alert(screen.availWidth)
803 804 var diminuix, diminuiy, menos, novow, novoh, w, h, temp, Dw, Dh;
804 805 diminuix = (navm) ? i3GEO.configura.diminuixM : i3GEO.configura.diminuixN;
805 806 diminuiy = (navm) ? i3GEO.configura.diminuiyM : i3GEO.configura.diminuiyN;
... ...