mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
zjquery: Add fadeTo() function.
This commit is contained in:
parent
fb723f9477
commit
bd370993ea
@ -67,6 +67,7 @@ exports.make_zjquery = function () {
|
||||
// silently do nothing
|
||||
return self.wrapper;
|
||||
},
|
||||
fadeTo: noop,
|
||||
find: function (child_selector) {
|
||||
var child = children.get(child_selector);
|
||||
if (child) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user