From 344034cb62a2e3468a9472276b7387dca9b54b15 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 10 Jun 2011 13:34:20 +0200 Subject: [PATCH] Documentation: clean up Item#blendMode types. --- src/item/Item.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index 26824787..4cae38fe 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -297,7 +297,10 @@ var Item = this.Item = Base.extend({ /** * The blend mode of the item. * - * @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') + * @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 {@paperscript}