[lib.audio-manager] added stack max size = 2
This commit is contained in:
parent
8cc640c47b
commit
aa3d896ed9
|
@ -60,7 +60,7 @@ export default class AudioManager{
|
|||
|
||||
/* (7) Initialise coordinator to manage received */
|
||||
this.stack = [];
|
||||
this.stack_size = 3;
|
||||
this.stack_size = 2;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<meta name="description" content="[Home] Home page">
|
||||
|
||||
<!-- STYLESHEET -->
|
||||
<link type="text/css" rel="stylesheet" href="/layout.0156ff23.css">
|
||||
<link type="text/css" rel="stylesheet" href="/global.60d0b554.css">
|
||||
<link type="text/css" rel="stylesheet" href="/menu.2dbbff61.css">
|
||||
<link type="text/css" rel="stylesheet" href="/dialog.b6510e56.css">
|
||||
<link type="text/css" rel="stylesheet" href="/side-menu.d44973a4.css">
|
||||
<link type="text/css" rel="stylesheet" href="/container.5709ee19.css">
|
||||
<link type="text/css" rel="stylesheet" href="/pop-up.65b1ed2f.css">
|
||||
<link type="text/css" rel="stylesheet" href="/layout.31d667d7.css">
|
||||
<link type="text/css" rel="stylesheet" href="/global.7895a364.css">
|
||||
<link type="text/css" rel="stylesheet" href="/menu.a63622af.css">
|
||||
<link type="text/css" rel="stylesheet" href="/dialog.822894d6.css">
|
||||
<link type="text/css" rel="stylesheet" href="/side-menu.1af96421.css">
|
||||
<link type="text/css" rel="stylesheet" href="/container.ae3a9ab5.css">
|
||||
<link type="text/css" rel="stylesheet" href="/pop-up.bc403d11.css">
|
||||
|
||||
<!-- FONT -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
||||
|
@ -28,7 +28,7 @@
|
|||
<div id="vue"></div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/main.2909f75e.js"></script>
|
||||
<script type="text/javascript" src="/main.e14b04ba.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue