diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 9d3c1aad4..495e69171 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -642,10 +642,10 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}}; * Example usage: * @code * $(window).resize(function () { - * waitForFinalEvent(function(){ - * alert('Resize...'); - * //... - * }, 500, "some unique string"); + * waitForFinalEvent(function(){ + * alert('Resize...'); + * //... + * }, 500, "some unique string"); * }); * @endcode */