Explorar o código

Buf Fixed: Refresh height when multiple binding occurs.

@soyjavi %!s(int64=14) %!d(string=hai) anos
pai
achega
119297c60e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/view/Lungo.View.Scroll.js

+ 0 - 1
src/view/Lungo.View.Scroll.js

@@ -126,7 +126,6 @@ LUNGO.View.Scroll = (function(lng, undefined) {
             scroll[id] = new iScroll(id, properties);
         } else {
             scroll[id].refresh();
-            console.error('Refrescamos scroll[id]', id, scroll[id]);
         }
         lng.Data.Cache.set(CACHE_KEY, scroll);
     };