*/
protected $devicetypecustoms = array();
- /**
- * True if the user agent supports ajax. False if not.
- * @var bool|null Null until initialised, then true or false.
- */
- protected $supportsajax = null;
-
/**
* True if the user agent supports the display of svg images. False if not.
* @var bool|null Null until initialised, then true or false.
$this->useragent = false;
$this->devicetype = self::DEVICETYPE_DEFAULT;
}
- if (empty($CFG->enableajax)) {
- $this->supportsajax = false;
- }
}
/**
}
return $instance->supportssvg;
}
-}
\ No newline at end of file
+}
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '2.6dev (Build: 20130808)'; // Human-friendly version name.
+$release = '2.6dev (Build: 20130815)'; // Human-friendly version name.
$branch = '26'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.