Call resolve when defining Models
This commit is contained in:
parent
72a45e97ec
commit
bf94e0a53f
|
@ -63,6 +63,7 @@ RemoteConnector.prototype.define = function(definition) {
|
|||
|
||||
jutil.mixin(Model, RelationMixin);
|
||||
remotes.addClass(Model.sharedClass);
|
||||
this.resolve(Model);
|
||||
};
|
||||
|
||||
RemoteConnector.prototype.resolve = function(Model) {
|
||||
|
|
Loading…
Reference in New Issue