onFinish color returns correct format: fixes #117

This commit is contained in:
Jeff Nusz 2016-11-14 09:13:18 -08:00
parent a68384d49b
commit 1d17cb0497

View File

@ -176,7 +176,7 @@ class ColorController extends Controller {
function onFinish() { function onFinish() {
if (_this.__onFinishChange) { if (_this.__onFinishChange) {
_this.__onFinishChange.call(_this, _this.__color.toString()); _this.__onFinishChange.call(_this, _this.__color.toOriginal());
} }
} }