Skip to content

Commit aa10f15

Browse files
committed
Fixed typo
1 parent a251154 commit aa10f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/actions/SetBlendMode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var SetBlendMode = function (items, value)
22
{
33
for (var i = 0; i < items.length; i++)
44
{
5-
items[i].setBlendMode(value;
5+
items[i].setBlendMode(value);
66
}
77

88
return items;

0 commit comments

Comments
 (0)