protected function ThrobberChasingDots::setCssFile in Ajax loader 7
@inheritdoc
Overrides ThrobberBase::setCssFile
File
- lib/
throbber/ ThrobberChasingDots.php, line 23 - Class ThrobberChasingDots
Class
- ThrobberChasingDots
- @file Class ThrobberChasingDots
Code
protected function setCssFile() {
return $this->path . '/css/chasing-dots.css';
}