Merge pull request #50 from herong/master

Compatible  ie9 and below
This commit is contained in:
Jaime Pillora
2015-11-19 22:33:18 +11:00
+1 -1
View File
@@ -390,7 +390,7 @@
} else { } else {
arrowSize = this.options.arrowSize; arrowSize = this.options.arrowSize;
arrowCss = $.extend({}, css); arrowCss = $.extend({}, css);
arrowColor = this.userContainer.css("border-color") || this.userContainer.css("background-color") || "white"; arrowColor = this.userContainer.css("border-color") || this.userContainer.css("border-top-color") || this.userContainer.css("background-color") || "white";
for (k = 0, len1 = mainPositions.length; k < len1; k++) { for (k = 0, len1 = mainPositions.length; k < len1; k++) {
pos = mainPositions[k]; pos = mainPositions[k];
posFull = positions[pos]; posFull = positions[pos];