From afb61497fbf27533dcbe30b4477431e8782b4c4b Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Tue, 10 Sep 2019 07:24:12 +0000 Subject: [PATCH] publish muk_web_utils - 11.0 --- muk_web_utils/static/src/js/underscore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muk_web_utils/static/src/js/underscore.js b/muk_web_utils/static/src/js/underscore.js index 3ae879c..82f634b 100644 --- a/muk_web_utils/static/src/js/underscore.js +++ b/muk_web_utils/static/src/js/underscore.js @@ -17,7 +17,7 @@ * **********************************************************************************/ -__.mixin({ +_.mixin({ memoizeDebounce: function(func, wait, options) { wait = (typeof wait !== 'undefined') ? wait : 0; options = (typeof options !== 'undefined') ? options : {};