]> git.mjollnir.org Git - moodle.git/commitdiff
fixed whitespace, sorrry
authorPetr Skoda <skodak@moodle.org>
Fri, 25 Dec 2009 14:15:24 +0000 (14:15 +0000)
committerPetr Skoda <skodak@moodle.org>
Fri, 25 Dec 2009 14:15:24 +0000 (14:15 +0000)
lib/ajax/ajaxlib.php

index 966665d7f2b76d71005d338f86148eea82b1ff22..488b8f8f23f8dec68c5a071800e07efeba1319cc 100644 (file)
@@ -105,7 +105,7 @@ class page_requirements_manager {
     protected $headdone = false;
     protected $topofbodydone = false;
 
-    /** YUI PHPLoader instance responsible for YUI3 laoding in HEAD */ 
+    /** YUI PHPLoader instance responsible for YUI3 laoding in HEAD */
     protected $yui3loader;
 
     /**
@@ -123,7 +123,7 @@ class page_requirements_manager {
             $this->yui3loader->filter = YUI_DEBUG; // alternatively we could use just YUI_RAW here
         } else {
             $this->yui3loader->filter = null;
-        }        
+        }
         if (!empty($CFG->useexternalyui)) {
             $this->yui3loader->base = 'http://yui.yahooapis.com/' . $CFG->yui3version . '/build/';
         } else {
@@ -134,7 +134,7 @@ class page_requirements_manager {
         // This file helps to minimise number of http requests
         //$this->yui3loader->comboBase = $CFG->httpswwwroot . '/theme/yuicomboloader.php?';
 
-        $this->yui3loader->load('cssreset', 'cssbase', 'cssfonts', 'cssgrids');       
+        $this->yui3loader->load('cssreset', 'cssbase', 'cssfonts', 'cssgrids');
     }
 
     /**