mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Code formatting.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user