Formatting: add missing semi-colon to CGContextVML

This commit is contained in:
daniel
2018-04-03 12:15:04 -07:00
parent 7cda21b60f
commit 36702bc971
+1 -1
View File
@@ -242,7 +242,7 @@ function CGContextDrawPath(aContext, aMode)
vml.push("\">");
if (gState.gradient)
vml.push(gState.gradient)
vml.push(gState.gradient);
else if (fill)
{