We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4a083 + 333b5f5 commit cf3c1d2Copy full SHA for cf3c1d2
1 file changed
src/easeljs/geom/DisplayProps.js
@@ -66,7 +66,7 @@ this.createjs = this.createjs||{};
66
/**
67
* Property representing the compositeOperation that will be applied to a display object.
68
* 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>
+ * <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>
70
* @property compositeOperation
71
* @type String
72
**/
0 commit comments