Compatible ie9 and below
This commit is contained in:
Vendored
+1
-1
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user