Changes to Rico 3 as a result of regression testing with IE6, IE7, and IE8.
[infodrom/rico3] / minsrc / ricoSimpleGrid.js
index e5462b8..dc6a050 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *  (c) 2005-2009 Richard Cowin (http://openrico.org)
- *  (c) 2005-2009 Matt Brown (http://dowdybrown.com)
+ *  (c) 2005-2011 Richard Cowin (http://openrico.org)
+ *  (c) 2005-2011 Matt Brown (http://dowdybrown.com)
  *
  *  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  *  file except in compliance with the License. You may obtain a copy of the License at
@@ -241,7 +241,7 @@ Rico.SimpleGrid.prototype = {
       }
       this.exportRows.push(exportText);
     }
-    this.exportFinish(exportType);
+    this.exportFinish();
   },
 
   /**