Skip to content

Commit cf3c1d2

Browse files
author
Lanny McNie
committed
Merge pull request #728 from herebefrogs/composite-operation-link
Fix broken hyperlink to Mozilla's list of valid composite operations
2 parents 0f4a083 + 333b5f5 commit cf3c1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/easeljs/geom/DisplayProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ this.createjs = this.createjs||{};
6666
/**
6767
* Property representing the compositeOperation that will be applied to a display object.
6868
* You can find a list of valid composite operations at:
69-
* <a href="https://developer.mozilla.org/en/Canvas_tutorial/Compositing">https://developer.mozilla.org/en/Canvas_tutorial/Compositing</a>
69+
* <a href="https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Compositing">https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Compositing</a>
7070
* @property compositeOperation
7171
* @type String
7272
**/

0 commit comments

Comments
 (0)