Merge branch 'master' into autoupdate
This commit is contained in:
commit
c457f6ae00
|
@ -125,6 +125,7 @@ AbstractClass.create = function (data) {
|
|||
create();
|
||||
} else {
|
||||
obj = new this(data);
|
||||
data = obj.toObject(true);
|
||||
|
||||
// validation required
|
||||
obj.isValid(function (valid) {
|
||||
|
|
Loading…
Reference in New Issue