Changed default-delay for ad-fetching on resize-event from 200ms to 500ms
authorKai Moritz <kai@juplo.de>
Mon, 4 Mar 2013 17:21:15 +0000 (18:21 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 4 Mar 2013 17:21:15 +0000 (18:21 +0100)
jquery.openx.js

index 6001b75..4b978b3 100644 (file)
    *                        recalculation of the visible ads is scheduled.
    *                        If the value is choosen to small, a recalculation
    *                        might be scheduled, while resizing is still in
-   *                        progress. DEFAULT: 200.
+   *                        progress. DEFAULT: 500.
    * debug:         boolean Turn on/off console-debugging. DEFAULT: false.
    */
   $.openx = function( options ) {
         'min_prefix': 'min_',
         'max_prefix': 'max_',
         'pw_marker': 'pw',
-        'resize_delay': 200,
+        'resize_delay': 500,
         'debug': false
       },
       options