From 5cede5f6ed2e75ceab06e329defd3905430196b4 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Thu, 2 Jun 2011 15:00:16 +0200 Subject: [PATCH] Update Item#blendMode documentation. --- src/item/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index 52f264cf..b2ad29e9 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -267,7 +267,7 @@ var Item = this.Item = Base.extend({ /** * The blend mode of the item. * - * @type String('normal','screen','multiply','difference','src-in','add','overlay','hard-light','dodge','burn','darken','lighten','exclusion') + * @type String('normal', 'multiply', 'screen', 'overlay', 'soft-light', 'hard-light', 'color-dodge', 'color-burn', 'darken', 'lighten', 'difference', 'exclusion', 'hue', 'saturation', 'luminosity', 'color', 'add', 'subtract', 'average', 'pin-light', 'negation') * @default 'normal' * * @example