Skip to content

Commit 40db9d3

Browse files
committed
Added SetAlpha function for method chaining.
1 parent b77c345 commit 40db9d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

v3/src/components/Alpha.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ var Alpha = {
3030
}
3131
}
3232

33+
},
34+
35+
setAlpha: function (value)
36+
{
37+
this.alpha = value;
38+
39+
return this;
3340
}
3441

3542
};

0 commit comments

Comments
 (0)