Skip to content

Commit

Permalink
fixed whitespace, sorrry
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 25, 2009
1 parent 9b2735f commit 95fbe49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ajax/ajaxlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand All @@ -123,7 +123,7 @@ public function __construct() {
$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 {
Expand All @@ -134,7 +134,7 @@ public function __construct() {
// 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');
}

/**
Expand Down

0 comments on commit 95fbe49

Please sign in to comment.