Revision: 2058
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2058&view=rev
Author:   cimorrison
Date:     2011-10-03 09:10:56 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
Minor change to comment

Modified Paths:
--------------
    mrbs/branches/datatables/web/jquery/datatables/js/FixedColumns.mrbs.js

Modified: mrbs/branches/datatables/web/jquery/datatables/js/FixedColumns.mrbs.js
===================================================================
--- mrbs/branches/datatables/web/jquery/datatables/js/FixedColumns.mrbs.js      
2011-10-03 09:02:49 UTC (rev 2057)
+++ mrbs/branches/datatables/web/jquery/datatables/js/FixedColumns.mrbs.js      
2011-10-03 09:10:56 UTC (rev 2058)
@@ -440,12 +440,12 @@
                        }
                } );
                
-               var winWidth = $(window).width();
+    var winWidth = $(window).width();
     var winHeight = $(window).height();
     
-               var windowResizeHandler = function() {
-                 // Chck whether it's a genuine window resize (IE7/8 also 
trigger a
-                 // resize when an element in the window is resized
+    var windowResizeHandler = function() {
+      // Chck whether it's a genuine window resize (IE7/8 also trigger a
+      // resize when an element in the window is resized)
       var winNewWidth = $(window).width();
       var winNewHeight = $(window).height();
       if ((winNewWidth == winWidth) && (winNewHeight == winHeight))
@@ -456,10 +456,10 @@
       winHeight = winNewHeight;
       // Stop any more resize events while we're dealing with this one
       $(window).unbind('resize', windowResizeHandler);
-                 that._fnGridLayout.call( that );
-                 $(window).bind('resize', windowResizeHandler);
-               };
-               
+      that._fnGridLayout.call( that );
+      $(window).bind('resize', windowResizeHandler);
+    };
+    
     $(window).bind('resize', windowResizeHandler);
                
                var bFirstDraw = true;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to