Skip to content

Commit ee3be66

Browse files
committed
Use empty string for content property
1 parent aaca369 commit ee3be66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/arrow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Arrow.prototype = {
9292
}
9393

9494
css += '\tborder: solid transparent;\n';
95-
css += '\tcontent: " ";\n';
95+
css += '\tcontent: "";\n';
9696
css += '\theight: 0;\n';
9797
css += '\twidth: 0;\n';
9898
css += '\tposition: absolute;\n';

0 commit comments

Comments
 (0)