Skip to content

Commit 333b5f5

Browse files
committed
Fix broken hyperlink to Mozilla's list of valid composite operations in DisplayProps's documentation
1 parent 0f4a083 commit 333b5f5

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)