mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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.
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue