From e0e26b83fc0344a87e2b8768c386388ab52fc7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3na=20Lore?= Date: Wed, 30 Nov 2016 20:39:15 +0100 Subject: [PATCH] Code formatting. --- e107_web/js/core/all.jquery.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */