DataObjects/Core_curr_rate.php
[Pman.Core] / Pman.Download.js
index 43a81aa..2bb23d2 100644 (file)
@@ -50,7 +50,7 @@ Pman.Download = function(cfg)
     
     
     if (this.newWindow && this.method == 'GET') {
-            // as ie seems buggy...
+        // as ie seems buggy...
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
         return ;