mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove trailing comma.
This commit is contained in:
parent
f350f34eb4
commit
1b42822c2d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
|
||||||
// describe the support of various features.
|
// describe the support of various features.
|
||||||
var ctx = CanvasProvider.getContext(1, 1);
|
var ctx = CanvasProvider.getContext(1, 1);
|
||||||
PaperScope.prototype.support = {
|
PaperScope.prototype.support = {
|
||||||
dash: 'setLineDash' in ctx || 'mozDash' in ctx,
|
dash: 'setLineDash' in ctx || 'mozDash' in ctx
|
||||||
};
|
};
|
||||||
CanvasProvider.release(ctx);
|
CanvasProvider.release(ctx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue