Browse Source

publish muk_web_utils - 11.0

11.0
MuK IT GmbH 5 years ago
parent
commit
afb61497fb
  1. 2
      muk_web_utils/static/src/js/underscore.js

2
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 : {};

Loading…
Cancel
Save