Merge branch 'fix/rc1' of github.com:c9/newclient into fix/rc1

This commit is contained in:
Ruben Daniels 2015-10-21 21:59:50 +00:00
commit 0a0182243c

View File

@ -386,8 +386,8 @@ define(function(require, module, exports) {
},
set value(v) {
value = recentValue = v;
hasValue = true;
emit("setValue", { value: v });
hasValue = true;
},
/**
* The last serialized value that was either set or retrieved.