mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
Fix typos
This commit is contained in:
parent
baca3d650b
commit
6591c98b40
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ import "../../../css/milkdrop-window.css";
|
|||
|
||||
// This component is just responsible for loading dependencies.
|
||||
// This simplifies the inner <Milkdrop /> component, by allowing
|
||||
// it to alwasy assume that it has its dependencies.
|
||||
// it to always assume that it has its dependencies.
|
||||
class PresetsLoader extends React.Component {
|
||||
constructor() {
|
||||
super();
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ import Character from "./Character";
|
|||
|
||||
import "../../css/mini-time.css";
|
||||
|
||||
// Sigh. When he display is blinking (say when it's paused) we need to
|
||||
// alternate between the actual caracter and the space character. Not
|
||||
// Possible to that in purce CSS with the background being dynamically generated.
|
||||
// Sigh. When the display is blinking (say when it's paused) we need to
|
||||
// alternate between the actual character and the space character. Not
|
||||
// Possible to do that in pure CSS with the background being dynamically generated.
|
||||
// All "space" characters is also how Winamp renders no content.
|
||||
const Background = () =>
|
||||
[1, 7, 12, 20, 25].map((left, i) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue