Skip to content

Commit

Permalink
Update layer.class.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Apr 4, 2022
1 parent 22045b6 commit 724792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/layer.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @mixes fabric.Collection
* @see {@link fabric.Layer#initialize} for constructor definition
*/
fabric.Layer = fabric.util.createClass(fabric.Group, /** @lends fabric.Group.prototype */ {
fabric.Layer = fabric.util.createClass(fabric.Group, /** @lends fabric.Layer.prototype */ {

/**
* @default
Expand Down

0 comments on commit 724792a

Please sign in to comment.