mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Animation
: Use correct name case for DOMElement::setAttribute()
This commit is contained in:
parent
e1fd5c8500
commit
2b60a86731
@ -80,7 +80,7 @@ class Animation implements Drawable
|
|||||||
$animate->setAttribute('to', $this->to);
|
$animate->setAttribute('to', $this->to);
|
||||||
$animate->setAttribute('begin', $this->begin . 's');
|
$animate->setAttribute('begin', $this->begin . 's');
|
||||||
$animate->setAttribute('dur', $this->duration . 's');
|
$animate->setAttribute('dur', $this->duration . 's');
|
||||||
$animate->setAttributE('fill', "freeze");
|
$animate->setAttribute('fill', "freeze");
|
||||||
|
|
||||||
return $animate;
|
return $animate;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user