From 333b5f5ec0031bf8d7f2137b28353cc0f700b0f2 Mon Sep 17 00:00:00 2001 From: Jerome Lecomte Date: Wed, 10 Feb 2016 11:29:45 -0500 Subject: [PATCH] Fix broken hyperlink to Mozilla's list of valid composite operations in DisplayProps's documentation --- src/easeljs/geom/DisplayProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easeljs/geom/DisplayProps.js b/src/easeljs/geom/DisplayProps.js index cdfb0d79e..4f00002dd 100644 --- a/src/easeljs/geom/DisplayProps.js +++ b/src/easeljs/geom/DisplayProps.js @@ -66,7 +66,7 @@ this.createjs = this.createjs||{}; /** * Property representing the compositeOperation that will be applied to a display object. * You can find a list of valid composite operations at: - * https://developer.mozilla.org/en/Canvas_tutorial/Compositing + * https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Compositing * @property compositeOperation * @type String **/