Enable creating object from remote object's member.
This commit is contained in:
parent
c86acc4cd7
commit
9e16e41bb3
4 changed files with 30 additions and 4 deletions
4
spec/fixtures/module/call.js
vendored
4
spec/fixtures/module/call.js
vendored
|
@ -1,3 +1,7 @@
|
|||
exports.call = function(func) {
|
||||
return func();
|
||||
}
|
||||
|
||||
exports.constructor = function() {
|
||||
this.test = 'test';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue