Update Item#blendMode documentation.

This commit is contained in:
Jonathan Puckey 2011-06-02 15:00:16 +02:00
parent 7e932368a8
commit 5cede5f6ed

View file

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