Skip to content

Commit

Permalink
fixes #17999: buildRendering fails in rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
pruzand committed May 16, 2014
1 parent 963a5b1 commit d60271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/bidi/Carousel.js
Expand Up @@ -28,7 +28,7 @@ define([
}

if(this.pageIndicator){
domStyle.set(this.piw, "float", "left"); // workaround for webkit rendering problem
domStyle.set(this.piw.domNode, "float", "left"); // workaround for webkit rendering problem
}
}
},
Expand Down

0 comments on commit d60271f

Please sign in to comment.