diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index c1527cb8..729e064f 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -64,7 +64,7 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{ // describe the support of various features. var ctx = CanvasProvider.getContext(1, 1); PaperScope.prototype.support = { - dash: 'setLineDash' in ctx || 'mozDash' in ctx, + dash: 'setLineDash' in ctx || 'mozDash' in ctx }; CanvasProvider.release(ctx); }