mirror of https://github.com/zulip/zulip.git
zjquery: Fix missing wrapper from last commit.
This commit is contained in:
parent
8da391b51e
commit
736f4c2930
|
@ -105,7 +105,7 @@ exports.make_zjquery = function () {
|
|||
},
|
||||
expectOne: function () {
|
||||
// silently do nothing
|
||||
return self;
|
||||
return self.wrapper;
|
||||
},
|
||||
on: function () {
|
||||
return self.wrapper;
|
||||
|
|
Loading…
Reference in New Issue