DiamondGroup.js revision 2f9140ce9f71cf8cccd9d8eebe770f6825e36f5b
/**
* Abstract class for creating groups of diamonds with the same styles and dimensions.
*
* @module graphics
* @class GroupDiamond
* @constructor
*/
DiamondGroup = function(cfg)
{
};
/**
* Updates the diamond.
*
* @method _draw
* @private
*/
{
}
});
Y.DiamondGroup = DiamondGroup;