Skip to content

Commit 5b3d940

Browse files
committed
Merge pull request hojberg#52 from mems/patch-1
Use empty string for content property
2 parents d792069 + ee3be66 commit 5b3d940

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)