1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Code formatting.

This commit is contained in:
Lóna Lore
2016-11-30 20:39:15 +01:00
parent dffe63fce2
commit e0e26b83fc

View File

@@ -642,10 +642,10 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
* Example usage: * Example usage:
* @code * @code
* $(window).resize(function () { * $(window).resize(function () {
* waitForFinalEvent(function(){ * waitForFinalEvent(function(){
* alert('Resize...'); * alert('Resize...');
* //... * //...
* }, 500, "some unique string"); * }, 500, "some unique string");
* }); * });
* @endcode * @endcode
*/ */