zjquery: Add fadeTo() function.

This commit is contained in:
Aditya Bansal 2017-06-28 01:36:28 +05:30 committed by showell
parent fb723f9477
commit bd370993ea

View File

@ -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) {