Skip to content

Commit a77d696

Browse files
committed
changed code indention to 2 spaces
1 parent 598fc92 commit a77d696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/js/lib/models/arrow.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ if (!('CSSArrowPlease' in window)) window.CSSArrowPlease = {};
7575
css += '\tbackground: ' + color + ';\n';
7676

7777
if (hasBorder) {
78-
borderColor = this._sanitizeHexColors(borderColor);
79-
css += '\tborder: ' + borderWidth + 'px solid ' + borderColor + ';\n';
78+
borderColor = this._sanitizeHexColors(borderColor);
79+
css += '\tborder: ' + borderWidth + 'px solid ' + borderColor + ';\n';
8080
}
8181

8282
css += '}\n';
@@ -217,7 +217,7 @@ if (!('CSSArrowPlease' in window)) window.CSSArrowPlease = {};
217217
@protected
218218
**/
219219
_sanitizeHexColors: function(h) {
220-
return (h.charAt(0)==='#')?h:'#' + h;
220+
return (h.charAt(0)==='#')?h:'#' + h;
221221
},
222222

223223
/**

0 commit comments

Comments
 (0)