1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +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:
* @code
* $(window).resize(function () {
* waitForFinalEvent(function(){
* alert('Resize...');
* //...
* }, 500, "some unique string");
* waitForFinalEvent(function(){
* alert('Resize...');
* //...
* }, 500, "some unique string");
* });
* @endcode
*/