i4way-dash/.svn/pristine/2a/2abfefaaa793310dcf906dbd8c2...

16 lines
428 B
Plaintext

define(function (require) {
return {
getItemStyle: require('./makeStyleMapper')(
[
['fill', 'color'],
['stroke', 'borderColor'],
['lineWidth', 'borderWidth'],
['opacity'],
['shadowBlur'],
['shadowOffsetX'],
['shadowOffsetY'],
['shadowColor']
]
)
};
});