Commit c55eb0ba7b3479d0d4bb809082e26d2114fddce2

Authored by Luigi Serra
1 parent 2b235978

Controllet cross browser big fix

controllets/items-slider-controllet/items-slider-controllet.html
@@ -251,9 +251,9 @@ @@ -251,9 +251,9 @@
251 251
252 attached : function(){ 252 attached : function(){
253 this.selected = 1; 253 this.selected = 1;
254 - this.$.pages.notifyResize(); 254 + /*this.$.pages.notifyResize();
255 this.selected = 0; 255 this.selected = 0;
256 - this.$.pages.notifyResize(); 256 + this.$.pages.notifyResize();*/
257 } 257 }
258 }); 258 });
259 259