Commit c55eb0ba7b3479d0d4bb809082e26d2114fddce2
1 parent
2b235978
Controllet cross browser big fix
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/items-slider-controllet/items-slider-controllet.html
| ... | ... | @@ -251,9 +251,9 @@ |
| 251 | 251 | |
| 252 | 252 | attached : function(){ |
| 253 | 253 | this.selected = 1; |
| 254 | - this.$.pages.notifyResize(); | |
| 254 | + /*this.$.pages.notifyResize(); | |
| 255 | 255 | this.selected = 0; |
| 256 | - this.$.pages.notifyResize(); | |
| 256 | + this.$.pages.notifyResize();*/ | |
| 257 | 257 | } |
| 258 | 258 | }); |
| 259 | 259 | ... | ... |