From bd370993ead8eba3dc1df43e44e276779afa4f6e Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Wed, 28 Jun 2017 01:36:28 +0530 Subject: [PATCH] zjquery: Add fadeTo() function. --- frontend_tests/zjsunit/zjquery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_tests/zjsunit/zjquery.js b/frontend_tests/zjsunit/zjquery.js index 359e301b81..7347e8b9a7 100644 --- a/frontend_tests/zjsunit/zjquery.js +++ b/frontend_tests/zjsunit/zjquery.js @@ -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) {