Documentation: clean up Item#blendMode types.

This commit is contained in:
Jonathan Puckey 2011-06-10 13:34:20 +02:00
parent 20fc389020
commit 344034cb62

View file

@ -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}