zjquery: Fix missing wrapper from last commit.

This commit is contained in:
Steve Howell 2017-06-12 07:43:04 -04:00
parent 8da391b51e
commit 736f4c2930
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ exports.make_zjquery = function () {
},
expectOne: function () {
// silently do nothing
return self;
return self.wrapper;
},
on: function () {
return self.wrapper;